To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ?A? | 001111110100000100111111 | 3f413f |
SJIS-WIN | A瓊 | 1111100111100111010000011110000011111001 | f9e741e0f9 |
EUC-JP | ?A瓊 | 00111111010000011110000011111011 | 3f41e0fb |
UTF-8 | A瓊 | 11101110100111011000001001000001111001111001001110001010 | ee9d8241e7938a |
UHC | ?A瓊 | 00111111010000011100110011100001 | 3f41cce1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)