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 | 泱羇鷯 | 100111111001011011100011101100101110101001011101 | 9f96e3b2ea5d |
EUC-JP | 泱羇鷯 | 110111011111011011100110101101001111001110111110 | ddf6e6b4f3be |
UTF-8 | 泱羇鷯 | 111001101011001110110001111001111011111010000111111010011011011110101111 | e6b3b1e7be87e9b7af |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)