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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 珈獺獺^ | 11100000110110111110000011011010111000001101101001011110 | e0dbe0dae0da5e |
EUC-JP | 珈獺獺^ | 11100000110111011110000011011100111000001101110001011110 | e0dde0dce0dc5e |
UTF-8 | 珈獺獺^ | 11100111100011111000100011100111100011011011101011100111100011011011101001011110 | e78f88e78dbae78dba5e |
UHC | ?獺獺^ | 001111111101001110110111110100111011011101011110 | 3fd3b7d3b75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)