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 | 制?紙?? | 10010000101001110011111110001110100001100011111100111111 | 90a73f8e863f3f |
EUC-JP | 制?紙?泂 | 110000001010100100111111101110111110011000111111100011111100011011110110 | c0a93fbbe63f8fc6f6 |
UTF-8 | 制렲紙렒泂 | 111001011000100010110110111010111010000010110010111001111011010010011001111010111010000010010010111001101011001110000010 | e588b6eba0b2e7b499eba092e6b382 |
UHC | 制렲紙렒泂 | 11110000101001001000111010111111111100101011010110001110101001111111101110100010 | f0a48ebff2b58ea7fba2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)