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 | 00111111001111110110110001101000 | 3f3f6c68 |
SJIS-WIN | モケlh | 11010011101110010110110001101000 | d3b96c68 |
EUC-JP | モケlh | 100011101101001110001110101110010110110001101000 | 8ed38eb96c68 |
UTF-8 | モケlh | 1110111110111110100100111110111110111101101110010110110001101000 | efbe93efbdb96c68 |
UHC | ??lh | 00111111001111110110110001101000 | 3f3f6c68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)