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 | 襠懈撩B | 11100101111110111001110011100110100111011001110001000010 | e5fb9ce69d9c42 |
EUC-JP | 襠懈撩B | 11101010111111011101100011101000110110011111110001000010 | eafdd8e8d9fc42 |
UTF-8 | 襠懈撩B | 11101000101001011010000011100110100001111000100011100110100100101010100101000010 | e8a5a0e68788e692a942 |
UHC | ?懈?B | 0011111111111010101010110011111101000010 | 3ffaab3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)