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 | 獏珮獎^ | 11100000110100011110000011100001111000001101000001011110 | e0d1e0e1e0d05e |
EUC-JP | 獏珮獎^ | 11100000110100111110000011100011111000001101001001011110 | e0d3e0e3e0d25e |
UTF-8 | 獏珮獎^ | 11100111100011011000111111100111100011111010111011100111100011011000111001011110 | e78d8fe78faee78d8e5e |
UHC | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)