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 | 謨弥悪 | 111001101001010110010110111011011000100010101011 | e69596ed88ab |
EUC-JP | 謨弥悪 | 111010111111010111001100111011111011000010101101 | ebf5ccefb0ad |
UTF-8 | 謨弥悪 | 111010001010110010101000111001011011110010100101111001101000001010101010 | e8aca8e5bca5e682aa |
UHC | 謨?? | 11011001110010000011111100111111 | d9c83f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)