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 | 隱瑚ェ・ | 111010001010101010001100111010001010101010100101 | e8aa8ce8aaa5 |
EUC-JP | 隱瑚ェ・ | 1111000010101100101110001110101010001110101010101000111010100101 | f0acb8ea8eaa8ea5 |
UTF-8 | 隱瑚ェ・ | 111010011001101010110001111001111001000110011010111011111011110110101010111011111011110110100101 | e99ab1e7919aefbdaaefbda5 |
UHC | 隱瑚?? | 111010111101111111111011110100010011111100111111 | ebdffbd13f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)