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 | ????E | 0011111100111111001111110011111101000101 | 3f3f3f3f45 |
SJIS-WIN | 譁ス螳オE | 11100110100101101011110111100101101011101011010101000101 | e696bde5aeb545 |
EUC-JP | 譁ス螳オE | 111010111111011010001110101111011110101010110000100011101011010101000101 | ebf68ebdeab08eb545 |
UTF-8 | 譁ス螳オE | 11101000101011011000000111101111101111011011110111101000100111101011001111101111101111011011010101000101 | e8ad81efbdbde89eb3efbdb545 |
UHC | 譁?螳?E | 11111100101001100011111111010011110110010011111101000101 | fca63fd3d93f45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)