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 | ì¥å¦~ | 11101100100010001010010111100101101001101001011001111110 | ec88a5e5a6967e |
SJIS-WIN | ??¥???~ | 0011111100111111100000011000111100111111001111110011111101111110 | 3f3f818f3f3f3f7e |
EUC-JP | ì??å¦?~ | 10001111101010111100000000111111001111111000111110101011101010011000111110100010110000110011111101111110 | 8fabc03f3f8faba98fa2c33f7e |
UTF-8 | ì¥å¦~ | 11000011101011001100001010001000110000101010010111000011101001011100001010100110110000101001011001111110 | c3acc288c2a5c3a5c2a6c2967e |
UHC | ??????~ | 00111111001111110011111100111111001111110011111101111110 | 3f3f3f3f3f3f7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)