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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ??獸 | 00111111001111111110000011010111 | 3f3fe0d7 |
EUC-JP | 晛?獸 | 100011111100001010111011001111111110000011011001 | 8fc2bb3fe0d9 |
UTF-8 | 晛룢獸 | 111001101001100110011011111010111010001110100010111001111000110110111000 | e6999beba3a2e78db8 |
UHC | 晛룢獸 | 111110101101100110001111100110111110001010101110 | fad98f9be2ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)