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 | ?}v?}vB | 00111111011111010111011000111111011111010111011001000010 | 3f7d763f7d7642 |
SJIS-WIN | 辛}v辛}vB | 100100000110100001111101011101101001000001101000011111010111011001000010 | 90687d7690687d7642 |
EUC-JP | 辛}v辛}vB | 101111111100100101111101011101101011111111001001011111010111011001000010 | bfc97d76bfc97d7642 |
UTF-8 | 辛}v辛}vB | 1110100010111110100110110111110101110110111010001011111010011011011111010111011001000010 | e8be9b7d76e8be9b7d7642 |
UHC | 辛}v辛}vB | 111000111111010001111101011101101110001111110100011111010111011001000010 | e3f47d76e3f47d7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)