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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 蓴磯ュ撮 | 11100100111100011000100011101001101011011000111001000010 | e4f188e9ad8e42 |
EUC-JP | 蓴磯ュ撮 | 1110100011110011101100001110101110001110101011011011101110100011 | e8f3b0eb8eadbba3 |
UTF-8 | 蓴磯ュ撮 | 111010001001001110110100111001111010001110101111111011111011110110101101111001101001001010101110 | e893b4e7a3afefbdade692ae |
UHC | 蓴磯?撮 | 11100010111100011101000110110100001111111111010111001001 | e2f1d1b43ff5c9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)