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 | 苞炊款 | 111001001001101010010000100001101000101010111100 | e49a90868abc |
EUC-JP | 苞炊款 | 111001111111101010111111111001101011010010111110 | e7fabfe6b4be |
UTF-8 | 苞炊款 | 111010001000101110011110111001111000001010001010111001101010110010111110 | e88b9ee7828ae6acbe |
UHC | 苞炊款 | 111110001110001011110110101001111100111010110011 | f8e2f6a7ceb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)