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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 碎甦 | 11100001111010101110000101010011 | e1eae153 |
EUC-JP | 碎甦 | 11100010111011001110000110110100 | e2ece1b4 |
UTF-8 | 碎甦 | 111001111010001010001110111001111001010010100110 | e7a28ee794a6 |
UHC | 碎甦 | 11100001111011111110000111000001 | e1efe1c1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)