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 | 槽?? | 10010001100001010011111100111111 | 91853f3f |
EUC-JP | 槽?? | 11000001111001010011111100111111 | c1e53f3f |
UTF-8 | 槽솩셴 | 111001101010011110111101111011001000011010101001111011001000010110110100 | e6a7bdec86a9ec85b4 |
UHC | 槽솩셴 | 111100001100101110111100110111101011110011001111 | f0cbbcdebccf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)