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 | ??└寃 | 001111110011111110000100101001001001101110000011 | 3f3f84a49b83 |
EUC-JP | ??└寃 | 001111110011111110101000101001101101010111100011 | 3f3fa8a6d5e3 |
UTF-8 | 緣쏅└寃 | 111001111011011110100011111011001000111110000101111000101001010010010100111001011010111110000011 | e7b7a3ec8f85e29494e5af83 |
UHC | 緣쏅└寃 | 1110011011011110100110111110101110100110101001101110101010110010 | e6de9beba6a6eab2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)