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 | 謨野玄 | 111001101001010110010110111011001000110010111010 | e69596ec8cba |
EUC-JP | 謨野玄 | 111010111111010111001100111011101011100010111100 | ebf5cceeb8bc |
UTF-8 | 謨野玄 | 111010001010110010101000111010011000011110001110111001111000111010000100 | e8aca8e9878ee78e84 |
UHC | 謨野玄 | 110110011100100011100101101011111111101011011100 | d9c8e5affadc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)