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 | ???@B | 0011111100111111001111110100000001000010 | 3f3f3f4042 |
SJIS-WIN | ??終@B | 001111110011111110001111010010010100000001000010 | 3f3f8f494042 |
EUC-JP | ??終@B | 001111110011111110111101101010100100000001000010 | 3f3fbdaa4042 |
UTF-8 | 룴점終@B | 1110101110100011101101001110110010100000100100001110011110110101100000100100000001000010 | eba3b4eca090e7b5824042 |
UHC | 룴점終@B | 1000111110101001110000011010000111110000111110110100000001000010 | 8fa9c1a1f0fb4042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)