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 | Þ²øÁ | 11011110101100101111100011000001 | deb2f8c1 |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | Þ?øÁ | 10001111101010011011000000111111100011111010100111001100100011111010101010100001 | 8fa9b03f8fa9cc8faaa1 |
UTF-8 | Þ²øÁ | 1100001110011110110000101011001011000011101110001100001110000001 | c39ec2b2c3b8c381 |
UHC | Þ²ø? | 10101000101011011010100111110111101010011010101000111111 | a8ada9f7a9aa3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)