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 | 製??祠? | 10010000101110110011111100111111111000100100101100111111 | 90bb3f3fe24b3f |
EUC-JP | 製?焌祠? | 110000001011110100111111100011111100100111101000111000111010110000111111 | c0bd3f8fc9e8e3ac3f |
UTF-8 | 製렩焌祠렲 | 111010001010001110111101111010111010000010101001111001111000010010001100111001111010010110100000111010111010000010110010 | e8a3bdeba0a9e7848ce7a5a0eba0b2 |
UHC | 製렩焌祠렲 | 11110000101100101000111010110111111100011110000011011110111001101000111010111111 | f0b28eb7f1e0dee68ebf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)