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 | YD | 100100100101100101000100 | 925944 |
SJIS-WIN | ?YD | 001111110101100101000100 | 3f5944 |
EUC-JP | ?YD | 001111110101100101000100 | 3f5944 |
UTF-8 | YD | 11000010100100100101100101000100 | c2925944 |
UHC | ?YD | 001111110101100101000100 | 3f5944 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)