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 | 制?證?馬 | 1001000010100111001111111110011010011010001111111001010001101110 | 90a73fe69a3f946e |
EUC-JP | 制?證?馬 | 1100000010101001001111111110101111111010001111111100011111001111 | c0a93febfa3fc7cf |
UTF-8 | 制렲證뀀馬 | 111001011000100010110110111010111010000010110010111010001010110110001001111010111000000010000000111010011010011010101100 | e588b6eba0b2e8ad89eb8080e9a6ac |
UHC | 制렲證뀀馬 | 11110000101001001000111010111111111100011111101110110010111010111101100010101001 | f0a48ebff1fbb2ebd8a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)