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 | ?^ | 0011111101011110 | 3f5e |
SJIS-WIN | 昕^ | 111110101100111101011110 | facf5e |
EUC-JP | 昕^ | 10001111110000011111110001011110 | 8fc1fc5e |
UTF-8 | 昕^ | 11100110100110001001010101011110 | e698955e |
UHC | 昕^ | 111111011101101001011110 | fdda5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)