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 | Þ´ý | 10001111110111101011010011111101 | 8fdeb4fd |
SJIS-WIN | ??´? | 0011111100111111100000010100110000111111 | 3f3f814c3f |
EUC-JP | ?Þ´ý | 001111111000111110101001101100001010000110101101100011111010101111110010 | 3f8fa9b0a1ad8fabf2 |
UTF-8 | Þ´ý | 1100001010001111110000111001111011000010101101001100001110111101 | c28fc39ec2b4c3bd |
UHC | ?Þ´? | 001111111010100010101101101000101010010100111111 | 3fa8ada2a53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)