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 | ëê°¢ | 111010111001000110000111111010101011000010100010 | eb9187eab0a2 |
SJIS-WIN | ????°¢ | 0011111100111111001111110011111110000001100010111000000110010001 | 3f3f3f3f818b8191 |
EUC-JP | ë??ê°¢ | 100011111010101110110011001111110011111110001111101010111011010010100001111010111010000111110001 | 8fabb33f3f8fabb4a1eba1f1 |
UTF-8 | ëê°¢ | 110000111010101111000010100100011100001010000111110000111010101011000010101100001100001010100010 | c3abc291c287c3aac2b0c2a2 |
UHC | ????°? | 00111111001111110011111100111111101000011100011000111111 | 3f3f3f3fa1c63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)