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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 陋櫂陋櫂^ | 111010001001101110011111010001001110100010011011100111110100010001011110 | e89b9f44e89b9f445e |
EUC-JP | 陋櫂陋櫂^ | 111011111111101111011101101001011110111111111011110111011010010101011110 | effbdda5effbdda55e |
UTF-8 | 陋櫂陋櫂^ | 11101001100110011000101111100110101010111000001011101001100110011000101111100110101010111000001001011110 | e9998be6ab82e9998be6ab825e |
UHC | 陋櫂陋櫂^ | 110101111011000011010100101000101101011110110000110101001010001001011110 | d7b0d4a2d7b0d4a25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)