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 | ?Wh | 001111110101011101101000 | 3f5768 |
SJIS-WIN | Wh | 11110010111000110101011101101000 | f2e35768 |
EUC-JP | ?Wh | 001111110101011101101000 | 3f5768 |
UTF-8 | Wh | 1110111010001000100110100101011101101000 | ee889a5768 |
UHC | ?Wh | 001111110101011101101000 | 3f5768 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)