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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 渙湫鶉 | 100111111101000010011111110101011110101001000111 | 9fd09fd5ea47 |
EUC-JP | 渙湫鶉 | 110111101101001011011110110101111111001110101000 | ded2ded7f3a8 |
UTF-8 | 渙湫鶉 | 111001101011100010011001111001101011100110101011111010011011011010001001 | e6b899e6b9abe9b689 |
UHC | 渙湫? | 1111110010111001111101011101001100111111 | fcb9f5d33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)