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 | 00111111001111110100000001000010 | 3f3f4042 |
SJIS-WIN | 財?@B | 1000110111100000001111110100000001000010 | 8de03f4042 |
EUC-JP | 財?@B | 1011101011100010001111110100000001000010 | bae23f4042 |
UTF-8 | 財렗@B | 1110100010110010101000011110101110100000100101110100000001000010 | e8b2a1eba0974042 |
UHC | 財렗@B | 111011101010111110001110101011000100000001000010 | eeaf8eac4042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)