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 | 製???斂 | 10010000101110110011111100111111001111111001110111001010 | 90bb3f3f3f9dca |
EUC-JP | 製???斂 | 11000000101111010011111100111111001111111101101011001100 | c0bd3f3f3fdacc |
UTF-8 | 製렲履며斂 | 111010001010001110111101111010111010000010110010111011111010011110011111111010111010100110110000111001101001011010000010 | e8a3bdeba0b2efa79feba9b0e69682 |
UHC | 製렲履며斂 | 11110000101100101000111010111111111011001010101010111000111001111101011010110000 | f0b28ebfecaab8e7d6b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)