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èëB | 1110101001010100111010001110101101000010 | ea54e8eb42 |
SJIS-WIN | ?T??B | 0011111101010100001111110011111101000010 | 3f543f3f42 |
EUC-JP | êTèëB | 1000111110101011101101000101010010001111101010111011001010001111101010111011001101000010 | 8fabb4548fabb28fabb342 |
UTF-8 | êTèëB | 1100001110101010010101001100001110101000110000111010101101000010 | c3aa54c3a8c3ab42 |
UHC | ?T??B | 0011111101010100001111110011111101000010 | 3f543f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)