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 | ï¦Ñì» | 1110111110100110100110001101000110001000111011001011101110011000 | efa698d188ecbb98 |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | ï¦?Ñ?ì?? | 10001111101010111100000110001111101000101100001100111111100011111010101011010000001111111000111110101011110000000011111100111111 | 8fabc18fa2c33f8faad03f8fabc03f3f |
UTF-8 | ï¦Ñì» | 11000011101011111100001010100110110000101001100011000011100100011100001010001000110000111010110011000010101110111100001010011000 | c3afc2a6c298c391c288c3acc2bbc298 |
UHC | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)