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 | 世? | 100100001010001000111111 | 90a23f |
EUC-JP | 世? | 110000001010010000111111 | c0a43f |
UTF-8 | 世쑷 | 111001001011100010010110111011001001000110110111 | e4b896ec91b7 |
UHC | 世쑷 | 11100001101001101001110011010000 | e1a69cd0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)