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 | 鴃 | 11101001111011101111011011000000 | e9eef6c0 |
EUC-JP | 鴃? | 111100101111000000111111 | f2f03f |
UTF-8 | 鴃 | 111010011011010010000011111011101001001110100111 | e9b483ee93a7 |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)