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 | ð×Y | 111100001101011101011001 | f0d759 |
SJIS-WIN | ?×Y | 00111111100000010111111001011001 | 3f817e59 |
EUC-JP | ð×Y | 100011111010100111000011101000011101111101011001 | 8fa9c3a1df59 |
UTF-8 | ð×Y | 1100001110110000110000111001011101011001 | c3b0c39759 |
UHC | ð×Y | 1010100110100011101000011011111101011001 | a9a3a1bf59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)