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 | HVJD | 1001001001001000100100100101011010010010010010101001001001000100 | 92489256924a9244 |
SJIS-WIN | ?H?V?J?D | 0011111101001000001111110101011000111111010010100011111101000100 | 3f483f563f4a3f44 |
EUC-JP | ?H?V?J?D | 0011111101001000001111110101011000111111010010100011111101000100 | 3f483f563f4a3f44 |
UTF-8 | HVJD | 110000101001001001001000110000101001001001010110110000101001001001001010110000101001001001000100 | c29248c29256c2924ac29244 |
UHC | ?H?V?J?D | 0011111101001000001111110101011000111111010010100011111101000100 | 3f483f563f4a3f44 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)