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 | 犢荵 | 11100000101101111110010010111001 | e0b7e4b9 |
EUC-JP | 犢荵 | 11100000101110011110100010111011 | e0b9e8bb |
UTF-8 | 犢荵 | 111001111000101010100010111010001000110110110101 | e78aa2e88db5 |
UHC | 犢? | 110101001011101100111111 | d4bb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)