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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 毅梨毅悧^ | 100010110100001010010111100111001000101101000010100111001010010001011110 | 8b42979c8b429ca45e |
EUC-JP | 毅梨毅悧^ | 101101011010001111001101111111001011010110100011110110001010011001011110 | b5a3cdfcb5a3d8a65e |
UTF-8 | 毅梨毅悧^ | 11100110101011111000010111100110101000101010100011100110101011111000010111100110100000101010011101011110 | e6af85e6a2a8e6af85e682a75e |
UHC | 毅梨毅悧^ | 111010111111011011010111110111101110101111110110110101111101110001011110 | ebf6d7deebf6d7dc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)