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 | 11101000111110101000100011101001100111001000100001000010 | e8fa88e99c8842 |
EUC-JP | 顫磯怦B | 11110000111111001011000011101011110101111110100001000010 | f0fcb0ebd7e842 |
UTF-8 | 顫磯怦B | 11101001101000011010101111100111101000111010111111100110100000001010011001000010 | e9a1abe7a3afe680a642 |
UHC | 顫磯?B | 111011111011010111010001101101000011111101000010 | efb5d1b43f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)