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 | 鴃槊 | 11101001111011101001111011001100 | e9ee9ecc |
EUC-JP | 鴃槊 | 11110010111100001101110011001110 | f2f0dcce |
UTF-8 | 鴃槊 | 111010011011010010000011111001101010011110001010 | e9b483e6a78a |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)