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 | 妖肯彬寃 | 1001011101100100100011010110110110010101011010101001101110000011 | 97648d6d956a9b83 |
EUC-JP | 妖肯彬寃 | 1100110111000101101110011100111011001001110010111101010111100011 | cdc5b9cec9cbd5e3 |
UTF-8 | 妖肯彬寃 | 111001011010011010010110111010001000001010101111111001011011110110101100111001011010111110000011 | e5a696e882afe5bdace5af83 |
UHC | 妖肯彬寃 | 1110100011101101110100001110100111011110101011111110101010110010 | e8edd0e9deafeab2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)