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 | 11101000100010001001001011101000100001011001000101101000 | e88892e8859168 |
SJIS-WIN | ??????h | 00111111001111110011111100111111001111110011111101101000 | 3f3f3f3f3f3f68 |
EUC-JP | è??è??h | 1000111110101011101100100011111100111111100011111010101110110010001111110011111101101000 | 8fabb23f3f8fabb23f3f68 |
UTF-8 | èè h | 11000011101010001100001010001000110000101001001011000011101010001100001010000101110000101001000101101000 | c3a8c288c292c3a8c285c29168 |
UHC | ??????h | 00111111001111110011111100111111001111110011111101101000 | 3f3f3f3f3f3f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)