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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 中封??? | 10010010100001101001010110010101001111110011111100111111 | 928695953f3f3f |
EUC-JP | 中封??? | 11000011111001101100100111110101001111110011111100111111 | c3e6c9f53f3f3f |
UTF-8 | 中封렯꿸렗 | 111001001011100010101101111001011011000010000001111010111010000010101111111010101011111110111000111010111010000010010111 | e4b8ade5b081eba0afeabfb8eba097 |
UHC | 中封렯꿸렗 | 11110001111010011101110011100110100011101011110010110010111010101000111010101100 | f1e9dce68ebcb2ea8eac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)