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 | シカ萵シソ | 101111001011011011100100111000001011110010111111 | bcb6e4e0bcbf |
EUC-JP | シカ萵シソ | 10001110101111001000111010110110111010001110001010001110101111001000111010111111 | 8ebc8eb6e8e28ebc8ebf |
UTF-8 | シカ萵シソ | 111011111011110110111100111011111011110110110110111010001001000010110101111011111011110110111100111011111011110110111111 | efbdbcefbdb6e890b5efbdbcefbdbf |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)