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 | 重封? | 1000111101100100100101011001010100111111 | 8f6495953f |
EUC-JP | 重封? | 1011110111000101110010011111010100111111 | bdc5c9f53f |
UTF-8 | 重封렪 | 111010011000011110001101111001011011000010000001111010111010000010101010 | e9878de5b081eba0aa |
UHC | 重封렪 | 111100011110110011011100111001101000111010111000 | f1ecdce68eb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)