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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 蝗壼尹^ | 11100101100110111001101011100101100110111001101001011110 | e59b9ae59b9a5e |
EUC-JP | 蝗壼尹^ | 11101001111110111101010011100111110101011111101001011110 | e9fbd4e7d5fa5e |
UTF-8 | 蝗壼尹^ | 11101000100111011001011111100101101000111011110011100101101100001011100101011110 | e89d97e5a3bce5b0b95e |
UHC | 蝗?尹^ | 111111001101100100111111111010111100010101011110 | fcd93febc55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)