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 | ì¥ï¦¥^ | 11101100100001001010010111101111101001101010010101011110 | ec84a5efa6a55e |
SJIS-WIN | ??¥??¥^ | 001111110011111110000001100011110011111100111111100000011000111101011110 | 3f3f818f3f3f818f5e |
EUC-JP | ì??ï¦?^ | 10001111101010111100000000111111001111111000111110101011110000011000111110100010110000110011111101011110 | 8fabc03f3f8fabc18fa2c33f5e |
UTF-8 | ì¥ï¦¥^ | 11000011101011001100001010000100110000101010010111000011101011111100001010100110110000101010010101011110 | c3acc284c2a5c3afc2a6c2a55e |
UHC | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)