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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 盧警m | 111000011011100010001100011110001000001010001101 | e1b88c78828d |
EUC-JP | 盧警m | 111000101011101010110111110110011010001111101101 | e2bab7d9a3ed |
UTF-8 | 盧警m | 111001111001101110100111111010001010110110100110111011111011110110001101 | e79ba7e8ada6efbd8d |
UHC | 盧警m | 110101101101010011001100111011011010001111101101 | d6d4cceda3ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)