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 | ?▼ | 001111111000000110100101 | 3f81a5 |
EUC-JP | 繇▼ | 1000111111010100110100011010001010100111 | 8fd4d1a2a7 |
UTF-8 | 繇▼ | 111001111011100110000111111000101001011010111100 | e7b987e296bc |
UHC | 繇▼ | 11101001101000111010000111100101 | e9a3a1e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)