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 | lalaB | 100000110110110010000011011000011000001101101100100000110110000101000010 | 836c8361836c836142 |
SJIS-WIN | ?l?a?l?aB | 001111110110110000111111011000010011111101101100001111110110000101000010 | 3f6c3f613f6c3f6142 |
EUC-JP | ?l?a?l?aB | 001111110110110000111111011000010011111101101100001111110110000101000010 | 3f6c3f613f6c3f6142 |
UTF-8 | lalaB | 11000010100000110110110011000010100000110110000111000010100000110110110011000010100000110110000101000010 | c2836cc28361c2836cc2836142 |
UHC | ?l?a?l?aB | 001111110110110000111111011000010011111101101100001111110110000101000010 | 3f6c3f613f6c3f6142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)