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 | ©£¡¤^ | 1010100110100011101000011010010001011110 | a9a3a1a45e |
SJIS-WIN | ?£??^ | 001111111000000110010010001111110011111101011110 | 3f81923f3f5e |
EUC-JP | ©£¡¤^ | 100011111010001011101101101000011111001010001111101000101100001010001111101000101111000001011110 | 8fa2eda1f28fa2c28fa2f05e |
UTF-8 | ©£¡¤^ | 110000101010100111000010101000111100001010100001110000101010010001011110 | c2a9c2a3c2a1c2a45e |
UHC | ??¡¤^ | 00111111001111111010001010101110101000101011010001011110 | 3f3fa2aea2b45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)