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 | ???@ | 00111111001111110011111101000000 | 3f3f3f40 |
SJIS-WIN | 莟削舟@ | 11100100101011111000110111101101100011110100110101000000 | e4af8ded8f4d40 |
EUC-JP | 莟削舟@ | 11101000101100011011101011101111101111011010111001000000 | e8b1baefbdae40 |
UTF-8 | 莟削舟@ | 11101000100011101001111111100101100010011000101011101000100010001001111101000000 | e88e9fe5898ae8889f40 |
UHC | ?削舟@ | 001111111101111011111011111100011100011101000000 | 3fdefbf1c740 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)