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 | ??B | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 畸畸B | 1110000101100010111000010110001001000010 | e162e16242 |
EUC-JP | 畸畸B | 1110000111000011111000011100001101000010 | e1c3e1c342 |
UTF-8 | 畸畸B | 11100111100101011011100011100111100101011011100001000010 | e795b8e795b842 |
UHC | 畸畸B | 1101000110110001110100011011000101000010 | d1b1d1b142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)