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 | 亥麝製 | 100010001110010111101010011011001001000010111011 | 88e5ea6c90bb |
EUC-JP | 亥麝製 | 101100001110011111110011110011011100000010111101 | b0e7f3cdc0bd |
UTF-8 | 亥麝製 | 111001001011101010100101111010011011101010011101111010001010001110111101 | e4baa5e9ba9de8a3bd |
UHC | 亥麝製 | 111110101010010011011110111110101111000010110010 | faa4defaf0b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)