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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | イ汜ス昌 | 1111001010110110101100101111101011110110101111011000111110111001 | f2b6b2faf6bd8fb9 |
EUC-JP | ?イ汜ス昌 | 00111111100011101011001010001111110001101110000010001110101111011011111010111011 | 3f8eb28fc6e08ebdbebb |
UTF-8 | イ汜ス昌 | 111011101000011110101101111011111011110110110010111001101011000110011100111011111011110110111101111001101001100010001100 | ee87adefbdb2e6b19cefbdbde6988c |
UHC | ????昌 | 001111110011111100111111001111111111001111100011 | 3f3f3f3ff3e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)