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 | ???a | 00111111001111110011111101100001 | 3f3f3f61 |
SJIS-WIN | 玉??a | 1000101111001010001111110011111101100001 | 8bca3f3f61 |
EUC-JP | 玉??a | 1011011011001100001111110011111101100001 | b6cc3f3f61 |
UTF-8 | 玉앯뮵a | 11100111100011101000100111101100100101011010111111101011101011101011010101100001 | e78e89ec95afebaeb561 |
UHC | 玉앯뮵a | 11101000101011001001110111100111100100101011110101100001 | e8ac9de792bd61 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)