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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 齎蠱 | 11100110110110001110010111000001 | e6d8e5c1 |
EUC-JP | 齎蠱 | 11101100110110101110101011000011 | ecdaeac3 |
UTF-8 | 齎蠱 | 111010011011110110001110111010001010000010110001 | e9bd8ee8a0b1 |
UHC | 齎蠱 | 11101110101100101100110111001100 | eeb2cdcc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)