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 | 蠖「譚櫂^ | 1110010110111101101000101110011010011101100111110100010001011110 | e5bda2e69d9f445e |
EUC-JP | 蠖「譚櫂^ | 111010101011111110001110101000101110101111111101110111011010010101011110 | eabf8ea2ebfddda55e |
UTF-8 | 蠖「譚櫂^ | 11101000101000001001011011101111101111011010001011101000101011011001101011100110101010111000001001011110 | e8a096efbda2e8ad9ae6ab825e |
UHC | ??譚櫂^ | 00111111001111111101001111001001110101001010001001011110 | 3f3fd3c9d4a25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)