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 | 按甕 | 10001000110000101110000101010000 | 88c2e150 |
EUC-JP | 按甕 | 10110000110001001110000110110001 | b0c4e1b1 |
UTF-8 | 按甕 | 111001101000110010001001111001111001010010010101 | e68c89e79495 |
UHC | 按甕 | 11100100110011101110100010111000 | e4cee8b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)