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 | ?≡ | 001111111000000111011111 | 3f81df |
EUC-JP | 繇≡ | 1000111111010100110100011010001011100001 | 8fd4d1a2e1 |
UTF-8 | 繇≡ | 111001111011100110000111111000101000100110100001 | e7b987e289a1 |
UHC | 繇≡ | 11101001101000111010000111010101 | e9a3a1d5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)