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 | 򶱥^ | 1111001010110110101100011010010101011110 | f2b6b1a55e |
SJIS-WIN | ?¶±¥^ | 0011111110000001111101111000000101111101100000011000111101011110 | 3f81f7817d818f5e |
EUC-JP | �^ | 100011111010101111010010101000101111100110100001110111100011111101011110 | 8fabd2a2f9a1de3f5e |
UTF-8 | 򶱥^ | 110000111011001011000010101101101100001010110001110000101010010101011110 | c3b2c2b6c2b1c2a55e |
UHC | ?¶±?^ | 00111111101000101101001010100001101111100011111101011110 | 3fa2d2a1be3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)