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 | 謖臥舶 | 111001101000110010001001111001111001010010010101 | e68c89e79495 |
EUC-JP | 謖臥舶 | 111010111110110010110010111010011100011111110101 | ebecb2e9c7f5 |
UTF-8 | 謖臥舶 | 111010001010110010010110111010001000011110100101111010001000100010110110 | e8ac96e887a5e888b6 |
UHC | 謖臥舶 | 111000011101101011101000110000101101101011011100 | e1dae8c2dadc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)