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 | 邪糴痔粤 | 1000111011010111111000101111100110001110101001001110001011100011 | 8ed7e2f98ea4e2e3 |
EUC-JP | 邪糴痔粤 | 1011110011011001111001001111101110111100101001101110010011100101 | bcd9e4fbbca6e4e5 |
UTF-8 | 邪糴痔粤 | 111010011000001010101010111001111011001110110100111001111001011110010100111001111011001010100100 | e982aae7b3b4e79794e7b2a4 |
UHC | 邪?痔? | 110111101111011100111111111101101100000000111111 | def73ff6c03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)