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 | ??] | 001111110011111101011101 | 3f3f5d |
SJIS-WIN | 唸咤] | 1001101001011000100110100100001001011101 | 9a589a425d |
EUC-JP | 唸咤] | 1101001110111001110100111010001101011101 | d3b9d3a35d |
UTF-8 | 唸咤] | 11100101100101001011100011100101100100101010010001011101 | e594b8e592a45d |
UHC | ?咤] | 00111111111101101110001101011101 | 3ff6e35d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)