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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 中?證? | 100100101000011000111111111001101001101000111111 | 92863fe69a3f |
EUC-JP | 中?證? | 110000111110011000111111111010111111101000111111 | c3e63febfa3f |
UTF-8 | 中렒證렖 | 111001001011100010101101111010111010000010010010111010001010110110001001111010111010000010010110 | e4b8adeba092e8ad89eba096 |
UHC | 中렒證렖 | 1111000111101001100011101010011111110001111110111000111010101011 | f1e98ea7f1fb8eab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)