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 | ???F | 00111111001111110011111101000110 | 3f3f3f46 |
SJIS-WIN | 薔i外F | 11100101010010111000001010001001100010100100111101000110 | e54b82898a4f46 |
EUC-JP | 薔i外F | 11101001101011001010001111101001101100111011000001000110 | e9aca3e9b3b046 |
UTF-8 | 薔i外F | 11101000100101101001010011101111101111011000100111100101101001001001011001000110 | e89694efbd89e5a49646 |
UHC | 薔i外F | 11101101111110011010001111101001111010001110001001000110 | edf9a3e9e8e246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)