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 | 剪?淫祠? | 1001100110010010001111111000100011111010111000100100101100111111 | 99923f88fae24b3f |
EUC-JP | 剪?淫祠? | 1101000111110010001111111011000011111100111000111010110000111111 | d1f23fb0fce3ac3f |
UTF-8 | 剪렫淫祠렱 | 111001011000100110101010111010111010000010101011111001101011011110101011111001111010010110100000111010111010000010110001 | e589aaeba0abe6b7abe7a5a0eba0b1 |
UHC | 剪렫淫祠렱 | 11101110111100101000111010111001111010111110001011011110111001101000111010111110 | eef28eb9ebe2dee68ebe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)