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 | 11101000100011001001100011101000100011001001100001000110 | e88c98e88c9846 |
EUC-JP | 闌倩堅F | 11101111111011001101000011101010101101111111100001000110 | efecd0eab7f846 |
UTF-8 | 闌倩堅F | 11101001100101111000110011100101100000001010100111100101101000001000010101000110 | e9978ce580a9e5a08546 |
UHC | ??堅F | 0011111100111111110011001011000101000110 | 3f3fccb146 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)