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 | 際???√ | 10001101110110110011111100111111001111111000000111100011 | 8ddb3f3f3f81e3 |
EUC-JP | 際?饔?√ | 101110101101110100111111100011111110100011101111001111111010001011100101 | badd3f8fe8ef3fa2e5 |
UTF-8 | 際렧饔뜹√ | 111010011001101010011011111010111010000010100111111010011010010110010100111010111001110010111001111000101000100010011010 | e99a9beba0a7e9a594eb9cb9e2889a |
UHC | 際렧饔뜹√ | 11110000101101111000111010110110111010001011110110110110111001011010000111101110 | f0b78eb6e8bdb6e5a1ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)