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 | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-WIN | 際?h際? | 10001101110110110011111101101000100011011101101100111111 | 8ddb3f688ddb3f |
EUC-JP | 際?h際? | 10111010110111010011111101101000101110101101110100111111 | badd3f68badd3f |
UTF-8 | 際렠h際렠 | 11101001100110101001101111101011101000001010000001101000111010011001101010011011111010111010000010100000 | e99a9beba0a068e99a9beba0a0 |
UHC | 際렠h際렠 | 111100001011011110001110101100010110100011110000101101111000111010110001 | f0b78eb168f0b78eb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)