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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 獺獗獺獗^ | 111000001101101011100000110100111110000011011010111000001101001101011110 | e0dae0d3e0dae0d35e |
EUC-JP | 獺獗獺獗^ | 111000001101110011100000110101011110000011011100111000001101010101011110 | e0dce0d5e0dce0d55e |
UTF-8 | 獺獗獺獗^ | 11100111100011011011101011100111100011011001011111100111100011011011101011100111100011011001011101011110 | e78dbae78d97e78dbae78d975e |
UHC | 獺獗獺獗^ | 110100111011011111001111111100011101001110110111110011111111000101011110 | d3b7cff1d3b7cff15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)