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 | 1110001110110001111000111011000101000010 | e3b1e3b142 |
EUC-JP | 羈羈B | 1110011010110011111001101011001101000010 | e6b3e6b342 |
UTF-8 | 羈羈B | 11100111101111101000100011100111101111101000100001000010 | e7be88e7be8842 |
UHC | 羈羈B | 1101000110111100110100011011110001000010 | d1bcd1bc42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)