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 | 00111111001111110111110101000010 | 3f3f7d42 |
SJIS-WIN | 勺七}B | 100011101101100110001110101101010111110101000010 | 8ed98eb57d42 |
EUC-JP | 勺七}B | 101111001101101110111100101101110111110101000010 | bcdbbcb77d42 |
UTF-8 | 勺七}B | 1110010110001011101110101110010010111000100000110111110101000010 | e58bbae4b8837d42 |
UHC | 勺七}B | 111011011100001111110110110100100111110101000010 | edc3f6d27d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)