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 | êôU | 11101010111101001000010001010101 | eaf48455 |
SJIS-WIN | ???U | 00111111001111110011111101010101 | 3f3f3f55 |
EUC-JP | êô?U | 1000111110101011101101001000111110101011110101000011111101010101 | 8fabb48fabd43f55 |
UTF-8 | êôU | 11000011101010101100001110110100110000101000010001010101 | c3aac3b4c28455 |
UHC | ???U | 00111111001111110011111101010101 | 3f3f3f55 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)