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 | 獗獺 | 11100000110100111110000011011010 | e0d3e0da |
EUC-JP | 獗獺 | 11100000110101011110000011011100 | e0d5e0dc |
UTF-8 | 獗獺 | 111001111000110110010111111001111000110110111010 | e78d97e78dba |
UHC | 獗獺 | 11001111111100011101001110110111 | cff1d3b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)