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 | «ãûEE | 100011111010101111100011111110110100010101000101 | 8fabe3fb4545 |
SJIS-WIN | ????EE | 001111110011111100111111001111110100010101000101 | 3f3f3f3f4545 |
EUC-JP | ??ãûEE | 00111111001111111000111110101011101010101000111110101011111001010100010101000101 | 3f3f8fabaa8fabe54545 |
UTF-8 | «ãûEE | 11000010100011111100001010101011110000111010001111000011101110110100010101000101 | c28fc2abc3a3c3bb4545 |
UHC | ????EE | 001111110011111100111111001111110100010101000101 | 3f3f3f3f4545 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)