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°C | 1001001001000101100100011011000001000011 | 924591b043 |
SJIS-WIN | ?E?°C | 001111110100010100111111100000011000101101000011 | 3f453f818b43 |
EUC-JP | ?E?°C | 001111110100010100111111101000011110101101000011 | 3f453fa1eb43 |
UTF-8 | E°C | 1100001010010010010001011100001010010001110000101011000001000011 | c29245c291c2b043 |
UHC | ?E?°C | 001111110100010100111111101000011100011001000011 | 3f453fa1c643 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)