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 | 澁? | 111000000100011000111111 | e0463f |
EUC-JP | 澁? | 110111111010011100111111 | dfa73f |
UTF-8 | 澁썧 | 111001101011111010000001111011001000110110100111 | e6be81ec8da7 |
UHC | 澁썧 | 11011111101110111001101110011010 | dfbb9b9a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)