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 | 窈θ? | 1110001001110111100000111100011000111111 | e27783c63f |
EUC-JP | 窈θ? | 1110001111011000101001101100100000111111 | e3d8a6c83f |
UTF-8 | 窈θ쪒 | 1110011110101010100010001100111010111000111011001010101010010010 | e7aa88ceb8ecaa92 |
UHC | 窈θ쪒 | 111010011010000110100101111010001010010110001100 | e9a1a5e8a58c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)