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 | HG@e | 10010010010010001001001001000111100100100100000001100101 | 92489247924065 |
SJIS-WIN | ?H?G?@e | 00111111010010000011111101000111001111110100000001100101 | 3f483f473f4065 |
EUC-JP | ?H?G?@e | 00111111010010000011111101000111001111110100000001100101 | 3f483f473f4065 |
UTF-8 | HG@e | 11000010100100100100100011000010100100100100011111000010100100100100000001100101 | c29248c29247c2924065 |
UHC | ?H?G?@e | 00111111010010000011111101000111001111110100000001100101 | 3f483f473f4065 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)