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 | 語釋 | 10001100111010101110011111010111 | 8ceae7d7 |
EUC-JP | 語釋 | 10111000111011001110111011011001 | b8eceed9 |
UTF-8 | 語釋 | 111010001010101010011110111010011000011110001011 | e8aa9ee9878b |
UHC | 語釋 | 11100101110111101110000010110111 | e5dee0b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)