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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 煮実硝 | 100011101100111110001110110000001000111111001001 | 8ecf8ec08fc9 |
EUC-JP | 煮実硝 | 101111001101000110111100110000101011111011001011 | bcd1bcc2becb |
UTF-8 | 煮実硝 | 111001111000010110101110111001011010111010011111111001111010000110011101 | e785aee5ae9fe7a19d |
UHC | 煮?硝 | 1110110110110100001111111111010110100110 | edb43ff5a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)