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 | 謨野あ | 111001101001010110010110111011001000001010100000 | e69596ec82a0 |
EUC-JP | 謨野あ | 111010111111010111001100111011101010010010100010 | ebf5cceea4a2 |
UTF-8 | 謨野あ | 111010001010110010101000111010011000011110001110111000111000000110000010 | e8aca8e9878ee38182 |
UHC | 謨野あ | 110110011100100011100101101011111010101010100010 | d9c8e5afaaa2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)