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 | 寃???絹 | 10011011100000110011111100111111001111111000110010100110 | 9b833f3f3f8ca6 |
EUC-JP | 寃???絹 | 11010101111000110011111100111111001111111011100010101000 | d5e33f3f3fb8a8 |
UTF-8 | 寃곗렢渴絹 | 111001011010111110000011111010101011001110010111111010111010000010100010111001101011100010110100111001111011010110111001 | e5af83eab397eba0a2e6b8b4e7b5b9 |
UHC | 寃곗렢渴絹 | 11101010101100101011000011101100100011101011001111001010111001001100110010110101 | eab2b0ec8eb3cae4ccb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)