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 | HþGHh | 100100100100100010010001111111101001001001000111100100100100100001101000 | 924891fe9247924868 |
SJIS-WIN | ?H???G?Hh | 001111110100100000111111001111110011111101000111001111110100100001101000 | 3f483f3f3f473f4868 |
EUC-JP | ?H?þ?G?Hh | 0011111101001000001111111000111110101001110100000011111101000111001111110100100001101000 | 3f483f8fa9d03f473f4868 |
UTF-8 | HþGHh | 1100001010010010010010001100001010010001110000111011111011000010100100100100011111000010100100100100100001101000 | c29248c291c3bec29247c2924868 |
UHC | ?H?þ?G?Hh | 00111111010010000011111110101001101011010011111101000111001111110100100001101000 | 3f483fa9ad3f473f4868 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)