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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 跣溽泣跏 | 1110011011101111100111111110011110001011100000111110011011100110 | e6ef9fe78b83e6e6 |
EUC-JP | 跣溽泣跏 | 1110110011110001110111101110100110110101111000111110110011101000 | ecf1dee9b5e3ece8 |
UTF-8 | 跣溽泣跏 | 111010001011011110100011111001101011101010111101111001101011001110100011111010001011011110001111 | e8b7a3e6babde6b3a3e8b78f |
UHC | 跣?泣跏 | 11100000110100110011111111101011111010001100101010111010 | e0d33febe8caba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)