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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 闌倩堅B | 11101000100011001001100011101000100011001001100001000010 | e88c98e88c9842 |
EUC-JP | 闌倩堅B | 11101111111011001101000011101010101101111111100001000010 | efecd0eab7f842 |
UTF-8 | 闌倩堅B | 11101001100101111000110011100101100000001010100111100101101000001000010101000010 | e9978ce580a9e5a08542 |
UHC | ??堅B | 0011111100111111110011001011000101000010 | 3f3fccb142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)