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 | Þ±´å | 11011110101100011011010011100101 | deb1b4e5 |
SJIS-WIN | ?±´? | 001111111000000101111101100000010100110000111111 | 3f817d814c3f |
EUC-JP | Þ±´å | 10001111101010011011000010100001110111101010000110101101100011111010101110101001 | 8fa9b0a1dea1ad8faba9 |
UTF-8 | Þ±´å | 1100001110011110110000101011000111000010101101001100001110100101 | c39ec2b1c2b4c3a5 |
UHC | Þ±´? | 10101000101011011010000110111110101000101010010100111111 | a8ada1bea2a53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)