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 | 成? | 100100001010110000111111 | 90ac3f |
EUC-JP | 成? | 110000001010111000111111 | c0ae3f |
UTF-8 | 成둙 | 111001101000100010010000111010111001000110011001 | e68890eb9199 |
UHC | 成둙 | 11100000111101111000101001010001 | e0f78a51 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)