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 | 制???? | 100100001010011100111111001111110011111100111111 | 90a73f3f3f3f |
EUC-JP | 制?饔?? | 1100000010101001001111111000111111101000111011110011111100111111 | c0a93f8fe8ef3f3f |
UTF-8 | 制렠饔陋녑 | 111001011000100010110110111010111010000010100000111010011010010110010100111011111010010110010001111010111000010110010001 | e588b6eba0a0e9a594efa591eb8591 |
UHC | 制렠饔陋녑 | 11110000101001001000111010110001111010001011110111010010111010111011001111100101 | f0a48eb1e8bdd2ebb3e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)