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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 窈η? | 1110001001110111100000111100010100111111 | e27783c53f |
EUC-JP | 窈η? | 1110001111011000101001101100011100111111 | e3d8a6c73f |
UTF-8 | 窈η쐽 | 1110011110101010100010001100111010110111111011001001000010111101 | e7aa88ceb7ec90bd |
UHC | 窈η쐽 | 111010011010000110100101111001111011111010100011 | e9a1a5e7bea3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)