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 | HPG | 1001001001001000100100100101000001000111 | 9248925047 |
SJIS-WIN | ?H?PG | 0011111101001000001111110101000001000111 | 3f483f5047 |
EUC-JP | ?H?PG | 0011111101001000001111110101000001000111 | 3f483f5047 |
UTF-8 | HPG | 11000010100100100100100011000010100100100101000001000111 | c29248c2925047 |
UHC | ?H?PG | 0011111101001000001111110101000001000111 | 3f483f5047 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)