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 | 犢 | 11100000101101111111000011110101 | e0b7f0f5 |
EUC-JP | 犢? | 111000001011100100111111 | e0b93f |
UTF-8 | 犢 | 111001111000101010100010111011101000001010110100 | e78aa2ee82b4 |
UHC | 犢? | 110101001011101100111111 | d4bb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)