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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 驢抵ショ | 111010011000011010010010111011111011110010101110 | e98692efbcae |
EUC-JP | 驢抵ショ | 1111000111100110110001001111000110001110101111001000111010101110 | f1e6c4f18ebc8eae |
UTF-8 | 驢抵ショ | 111010011010100110100010111001101000101010110101111011111011110110111100111011111011110110101110 | e9a9a2e68ab5efbdbcefbdae |
UHC | 驢抵?? | 110101011111000011101110101111010011111100111111 | d5f0eebd3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)