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 | ¡¾o | 1000111011000010101000011011111001101111 | 8ec2a1be6f |
SJIS-WIN | ????o | 0011111100111111001111110011111101101111 | 3f3f3f3f6f |
EUC-JP | ?¡?o | 001111111000111110101010101001001000111110100010110000100011111101101111 | 3f8faaa48fa2c23f6f |
UTF-8 | ¡¾o | 110000101000111011000011100000101100001010100001110000101011111001101111 | c28ec382c2a1c2be6f |
UHC | ??¡¾o | 00111111001111111010001010101110101010001111101001101111 | 3f3fa2aea8fa6f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)