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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 邂耘 | 11100111101011101110001111001111 | e7aee3cf |
EUC-JP | 邂耘 | 11101110101100001110011011010001 | eeb0e6d1 |
UTF-8 | 邂耘 | 111010011000001010000010111010001000000010011000 | e98282e88098 |
UHC | 邂耘 | 11111010101100111110100111111100 | fab3e9fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)