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 | ç ç£oBF | 111001111000000010000101111001111010001110000001011011110100001001000110 | e78085e7a3816f4246 |
SJIS-WIN | ????£?oBF | 00111111001111110011111100111111100000011001001000111111011011110100001001000110 | 3f3f3f3f81923f6f4246 |
EUC-JP | ç??ç£?oBF | 1000111110101011101011100011111100111111100011111010101110101110101000011111001000111111011011110100001001000110 | 8fabae3f3f8fabaea1f23f6f4246 |
UTF-8 | ç ç£oBF | 110000111010011111000010100000001100001010000101110000111010011111000010101000111100001010000001011011110100001001000110 | c3a7c280c285c3a7c2a3c2816f4246 |
UHC | ??????oBF | 001111110011111100111111001111110011111100111111011011110100001001000110 | 3f3f3f3f3f3f6f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)