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 | îñ¹ò£µ¿ | 1110111011110001100011101011100111110010101000111011010110111111 | eef18eb9f2a3b5bf |
SJIS-WIN | ?????£?? | 001111110011111100111111001111110011111110000001100100100011111100111111 | 3f3f3f3f3f81923f3f |
EUC-JP | îñ??ò£?¿ | 1000111110101011110000101000111110101011110100000011111100111111100011111010101111010010101000011111001000111111100011111010001011000100 | 8fabc28fabd03f3f8fabd2a1f23f8fa2c4 |
UTF-8 | îñ¹ò£µ¿ | 11000011101011101100001110110001110000101000111011000010101110011100001110110010110000101010001111000010101101011100001010111111 | c3aec3b1c28ec2b9c3b2c2a3c2b5c2bf |
UHC | ???¹???¿ | 00111111001111110011111110101001111101100011111100111111001111111010001010101111 | 3f3f3fa9f63f3f3fa2af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)