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 | 11101000111000001000101011101100100110101000100001000010 | e8e08aec9a8842 |
EUC-JP | 鞨喜嚠B | 11110000111000101011010011101110110100111110100001000010 | f0e2b4eed3e842 |
UTF-8 | 鞨喜嚠B | 11101001100111101010100011100101100101101001110011100101100110101010000001000010 | e99ea8e5969ce59aa042 |
UHC | 鞨喜?B | 110010101110101011111101111011000011111101000010 | caeafdec3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)