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 | hh^ | 100100000110100010000001100111101001000001101000100000011001110001011110 | 9068819e9068819c5e |
SJIS-WIN | ?h???h??^ | 001111110110100000111111001111110011111101101000001111110011111101011110 | 3f683f3f3f683f3f5e |
EUC-JP | ?h???h??^ | 001111110110100000111111001111110011111101101000001111110011111101011110 | 3f683f3f3f683f3f5e |
UTF-8 | hh^ | 110000101001000001101000110000101000000111000010100111101100001010010000011010001100001010000001110000101001110001011110 | c29068c281c29ec29068c281c29c5e |
UHC | ?h???h??^ | 001111110110100000111111001111110011111101101000001111110011111101011110 | 3f683f3f3f683f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)