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 | 1111001011100011111100111011010101010101 | f2e3f3b555 |
SJIS-WIN | ????U | 0011111100111111001111110011111101010101 | 3f3f3f3f55 |
EUC-JP | òãó?U | 1000111110101011110100101000111110101011101010101000111110101011110100010011111101010101 | 8fabd28fabaa8fabd13f55 |
UTF-8 | òãóµU | 110000111011001011000011101000111100001110110011110000101011010101010101 | c3b2c3a3c3b3c2b555 |
UHC | ????U | 0011111100111111001111110011111101010101 | 3f3f3f3f55 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)