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 | 跣憺 | 11100110111011111001110011101001 | e6ef9ce9 |
EUC-JP | 跣憺 | 11101100111100011101100011101011 | ecf1d8eb |
UTF-8 | 跣憺 | 111010001011011110100011111001101000011010111010 | e8b7a3e686ba |
UHC | 跣憺 | 11100000110100111101001110111100 | e0d3d3bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)