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 | 製???? | 100100001011101100111111001111110011111100111111 | 90bb3f3f3f3f |
EUC-JP | 製???蔣 | 1100000010111101001111110011111100111111100011111101100110110110 | c0bd3f3f3f8fd9b6 |
UTF-8 | 製렩罹렗蔣 | 111010001010001110111101111010111010000010101001111011111010011110100110111010111010000010010111111010001001010010100011 | e8a3bdeba0a9efa7a6eba097e894a3 |
UHC | 製렩罹렗蔣 | 11110000101100101000111010110111111011001011101010001110101011001110110111111000 | f0b28eb7ecba8eacedf8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)