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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 躱h鶤B | 11100111010111011000001010001000111010100100110101000010 | e75d8288ea4d42 |
EUC-JP | 躱h鶤B | 11101101101111101010001111101000111100111010111001000010 | edbea3e8f3ae42 |
UTF-8 | 躱h鶤B | 11101000101110101011000111101111101111011000100011101001101101101010010001000010 | e8bab1efbd88e9b6a442 |
UHC | ?h?B | 0011111110100011111010000011111101000010 | 3fa3e83f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)