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 | laB | 1000001101101100100000110110000101000010 | 836c836142 |
SJIS-WIN | ?l?aB | 0011111101101100001111110110000101000010 | 3f6c3f6142 |
EUC-JP | ?l?aB | 0011111101101100001111110110000101000010 | 3f6c3f6142 |
UTF-8 | laB | 11000010100000110110110011000010100000110110000101000010 | c2836cc2836142 |
UHC | ?l?aB | 0011111101101100001111110110000101000010 | 3f6c3f6142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)