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? | 001111110110100000111111 | 3f683f |
SJIS-WIN | 眩h眩 | 1110000110111111011010001110000110111111 | e1bf68e1bf |
EUC-JP | 眩h眩 | 1110001011000001011010001110001011000001 | e2c168e2c1 |
UTF-8 | 眩h眩 | 11100111100111001010100101101000111001111001110010101001 | e79ca968e79ca9 |
UHC | 眩h眩 | 1111101011011111011010001111101011011111 | fadf68fadf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)