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 | íºlh | 1110110110011000101110100110110001101000 | ed98ba6c68 |
SJIS-WIN | ???lh | 0011111100111111001111110110110001101000 | 3f3f3f6c68 |
EUC-JP | í?ºlh | 100011111010101110111111001111111000111110100010111010110110110001101000 | 8fabbf3f8fa2eb6c68 |
UTF-8 | íºlh | 1100001110101101110000101001100011000010101110100110110001101000 | c3adc298c2ba6c68 |
UHC | ??ºlh | 001111110011111110101000101011000110110001101000 | 3f3fa8ac6c68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)