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 | ????V | 0011111100111111001111110011111101010110 | 3f3f3f3f56 |
SJIS-WIN | 際?隅?V | 10001101110110110011111110001011111101110011111101010110 | 8ddb3f8bf73f56 |
EUC-JP | 際?隅?V | 10111010110111010011111110110110111110010011111101010110 | badd3fb6f93f56 |
UTF-8 | 際렧隅렱V | 11101001100110101001101111101011101000001010011111101001100110101000010111101011101000001011000101010110 | e99a9beba0a7e99a85eba0b156 |
UHC | 際렧隅렱V | 111100001011011110001110101101101110100111101010100011101011111001010110 | f0b78eb6e9ea8ebe56 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)