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 | èѼ | 111010001101000110001110101111001000111010101101 | e8d18ebc8ead |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | èÑ???? | 10001111101010111011001010001111101010101101000000111111001111110011111100111111 | 8fabb28faad03f3f3f3f |
UTF-8 | èѼ | 110000111010100011000011100100011100001010001110110000101011110011000010100011101100001010101101 | c3a8c391c28ec2bcc28ec2ad |
UHC | ???¼? | 0011111100111111001111111010100011111001001111111010000110101001 | 3f3f3fa8f93fa1a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)