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 | ò£¼éÇõ | 111100101010001110111100111010011100011111110101 | f2a3bce9c7f5 |
SJIS-WIN | ?£???? | 00111111100000011001001000111111001111110011111100111111 | 3f81923f3f3f3f |
EUC-JP | ò£?éÇõ | 100011111010101111010010101000011111001000111111100011111010101110110001100011111010101010101110100011111010101111011000 | 8fabd2a1f23f8fabb18faaae8fabd8 |
UTF-8 | ò£¼éÇõ | 110000111011001011000010101000111100001010111100110000111010100111000011100001111100001110110101 | c3b2c2a3c2bcc3a9c387c3b5 |
UHC | ??¼??? | 00111111001111111010100011111001001111110011111100111111 | 3f3fa8f93f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)