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 | ???N | 00111111001111110011111101001110 | 3f3f3f4e |
SJIS-WIN | 玉??N | 1000101111001010001111110011111101001110 | 8bca3f3f4e |
EUC-JP | 玉??N | 1011011011001100001111110011111101001110 | b6cc3f3f4e |
UTF-8 | 玉앶뮈N | 11100111100011101000100111101100100101011011011011101011101011101000100001001110 | e78e89ec95b6ebae884e |
UHC | 玉앶뮈N | 11101000101011001001110111101001101110011011111101001110 | e8ac9de9b9bf4e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)