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 | YhY | 1001100001011001011010001001100001011001 | 9859689859 |
SJIS-WIN | ?Yh?Y | 0011111101011001011010000011111101011001 | 3f59683f59 |
EUC-JP | ?Yh?Y | 0011111101011001011010000011111101011001 | 3f59683f59 |
UTF-8 | YhY | 11000010100110000101100101101000110000101001100001011001 | c2985968c29859 |
UHC | ?Yh?Y | 0011111101011001011010000011111101011001 | 3f59683f59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)