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 | 軾??娥 | 111001110110011100111111001111111001101101001101 | e7673f3f9b4d |
EUC-JP | 軾??娥 | 111011011100100000111111001111111101010110101110 | edc83f3fd5ae |
UTF-8 | 軾뙊껬娥 | 111010001011101110111110111010111001100110001010111010101011101110101100111001011010100010100101 | e8bbbeeb998aeabbace5a8a5 |
UHC | 軾뙊껬娥 | 1110001111011100100011001000111110000100010001011110010010110000 | e3dc8c8f8445e4b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)