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 | êt | 11101010011101001001111110010001 | ea749f91 |
SJIS-WIN | ?t?? | 00111111011101000011111100111111 | 3f743f3f |
EUC-JP | êt?? | 100011111010101110110100011101000011111100111111 | 8fabb4743f3f |
UTF-8 | êt | 11000011101010100111010011000010100111111100001010010001 | c3aa74c29fc291 |
UHC | ?t?? | 00111111011101000011111100111111 | 3f743f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)