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 | 繕? | 100100010101010100111111 | 91553f |
EUC-JP | 繕詵 | 1100000110110110100011111101110111100111 | c1b68fdde7 |
UTF-8 | 繕詵 | 111001111011100110010101111010001010100110110101 | e7b995e8a9b5 |
UHC | 繕詵 | 11100000110010111110000011010010 | e0cbe0d2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)