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äHhäH^ | 100100000110100011100100010010001001000001101000111001000100100001011110 | 9068e4489068e4485e |
SJIS-WIN | ?h?H?h?H^ | 001111110110100000111111010010000011111101101000001111110100100001011110 | 3f683f483f683f485e |
EUC-JP | ?häH?häH^ | 00111111011010001000111110101011101000110100100000111111011010001000111110101011101000110100100001011110 | 3f688faba3483f688faba3485e |
UTF-8 | häHhäH^ | 11000010100100000110100011000011101001000100100011000010100100000110100011000011101001000100100001011110 | c29068c3a448c29068c3a4485e |
UHC | ?h?H?h?H^ | 001111110110100000111111010010000011111101101000001111110100100001011110 | 3f683f483f683f485e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)