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 | LY | 100110100100110001011001 | 9a4c59 |
SJIS-WIN | ?LY | 001111110100110001011001 | 3f4c59 |
EUC-JP | ?LY | 001111110100110001011001 | 3f4c59 |
UTF-8 | LY | 11000010100110100100110001011001 | c29a4c59 |
UHC | ?LY | 001111110100110001011001 | 3f4c59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)