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 | leleB | 100000110110110010000001011001011000001101101100100000010110010101000010 | 836c8165836c816542 |
SJIS-WIN | ?l?e?l?eB | 001111110110110000111111011001010011111101101100001111110110010101000010 | 3f6c3f653f6c3f6542 |
EUC-JP | ?l?e?l?eB | 001111110110110000111111011001010011111101101100001111110110010101000010 | 3f6c3f653f6c3f6542 |
UTF-8 | leleB | 11000010100000110110110011000010100000010110010111000010100000110110110011000010100000010110010101000010 | c2836cc28165c2836cc2816542 |
UHC | ?l?e?l?eB | 001111110110110000111111011001010011111101101100001111110110010101000010 | 3f6c3f653f6c3f6542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)