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 | ©£¢¯¨ù¡ | 10101001101000111010001010101111101010001111100110100001 | a9a3a2afa8f9a1 |
SJIS-WIN | ?£¢?¨?? | 00111111100000011001001010000001100100010011111110000001010011100011111100111111 | 3f819281913f814e3f3f |
EUC-JP | ©£¢¯¨ù¡ | 100011111010001011101101101000011111001010100001111100011000111110100010101101001010000110101111100011111010101111100011100011111010001011000010 | 8fa2eda1f2a1f18fa2b4a1af8fabe38fa2c2 |
UTF-8 | ©£¢¯¨ù¡ | 1100001010101001110000101010001111000010101000101100001010101111110000101010100011000011101110011100001010100001 | c2a9c2a3c2a2c2afc2a8c3b9c2a1 |
UHC | ????¨?¡ | 001111110011111100111111001111111010000110100111001111111010001010101110 | 3f3f3f3fa1a73fa2ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)