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 | 雕? | 111010001011100000111111 | e8b83f |
EUC-JP | 雕? | 111100001011101000111111 | f0ba3f |
UTF-8 | 雕덫 | 111010011001101110010101111010111000110110101011 | e99b95eb8dab |
UHC | 雕덫 | 11110000111001111011010110100011 | f0e7b5a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)