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 | ???E | 00111111001111110011111101000101 | 3f3f3f45 |
SJIS-WIN | 珈獏瞎E | 11100000110110111110000011010001111000011101000001000101 | e0dbe0d1e1d045 |
EUC-JP | 珈獏瞎E | 11100000110111011110000011010011111000101101001001000101 | e0dde0d3e2d245 |
UTF-8 | 珈獏瞎E | 11100111100011111000100011100111100011011000111111100111100111101000111001000101 | e78f88e78d8fe79e8e45 |
UHC | ???E | 00111111001111110011111101000101 | 3f3f3f45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)