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 | 鮮楔鮮鮮楔 | 10010001010011101001111010110110100100010100111010010001010011101001111010110110 | 914e9eb6914e914e9eb6 |
EUC-JP | 鮮楔鮮鮮楔 | 11000001101011111101110010111000110000011010111111000001101011111101110010111000 | c1afdcb8c1afc1afdcb8 |
UTF-8 | 鮮楔鮮鮮楔 | 111010011010111010101110111001101010010110010100111010011010111010101110111010011010111010101110111001101010010110010100 | e9aeaee6a594e9aeaee9aeaee6a594 |
UHC | 鮮楔鮮鮮楔 | 11100000110110001110000011011011111000001101100011100000110110001110000011011011 | e0d8e0dbe0d8e0d8e0db |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)