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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 獺獺^ | 1110000011011010111000001101101001011110 | e0dae0da5e |
EUC-JP | 獺獺^ | 1110000011011100111000001101110001011110 | e0dce0dc5e |
UTF-8 | 獺獺^ | 11100111100011011011101011100111100011011011101001011110 | e78dbae78dba5e |
UHC | 獺獺^ | 1101001110110111110100111011011101011110 | d3b7d3b75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)