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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 諸?^ | 10001111100101000011111101011110 | 8f943f5e |
EUC-JP | 諸?^ | 10111101111101000011111101011110 | bdf43f5e |
UTF-8 | 諸렋^ | 11101000101010111011100011101011101000001000101101011110 | e8abb8eba08b5e |
UHC | 諸렋^ | 1111000010110011100011101010001001011110 | f0b38ea25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)