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 | ???F | 00111111001111110011111101000110 | 3f3f3f46 |
SJIS-WIN | 湿狎磁F | 10001110101111001110000010111110100011101010010101000110 | 8ebce0be8ea546 |
EUC-JP | 湿狎磁F | 10111100101111101110000011000000101111001010011101000110 | bcbee0c0bca746 |
UTF-8 | 湿狎磁F | 11100110101110011011111111100111100010111000111011100111101000111000000101000110 | e6b9bfe78b8ee7a38146 |
UHC | ?狎磁F | 001111111110010011100100111011011011100001000110 | 3fe4e4edb846 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)