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 | 犁爿 | 11100000101100111110000010101011 | e0b3e0ab |
EUC-JP | 犁爿 | 11100000101101011110000010101101 | e0b5e0ad |
UTF-8 | 犁爿 | 111001111000101010000001111001111000100010111111 | e78a81e788bf |
UHC | 犁? | 110101111110000000111111 | d7e03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)