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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 壤ル? | 1001101011011111100000111000101100111111 | 9adf838b3f |
EUC-JP | 壤ル? | 1101010011100001101001011110101100111111 | d4e1a5eb3f |
UTF-8 | 壤ル젉 | 111001011010001110100100111000111000001110101011111011001010000010001001 | e5a3a4e383abeca089 |
UHC | 壤ル젉 | 111001011011110110101011111010111010000010001011 | e5bdabeba08b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)