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 | Þª³Î | 11011110101010101011001111001110 | deaab3ce |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | Þª?Î | 10001111101010011011000010001111101000101110110000111111100011111010101011000010 | 8fa9b08fa2ec3f8faac2 |
UTF-8 | Þª³Î | 1100001110011110110000101010101011000010101100111100001110001110 | c39ec2aac2b3c38e |
UHC | Þª³? | 10101000101011011010100010100011101010011111100000111111 | a8ada8a3a9f83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)