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 | 嬪噤iF | 10011011011011001001101010000001100000101000100101000110 | 9b6c9a81828946 |
EUC-JP | 嬪噤iF | 11010101110011011101001111100001101000111110100101000110 | d5cdd3e1a3e946 |
UTF-8 | 嬪噤iF | 11100101101011001010101011100101100110011010010011101111101111011000100101000110 | e5acaae599a4efbd8946 |
UHC | 嬪?iF | 110111101010111000111111101000111110100101000110 | deae3fa3e946 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)