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 | 窈ο? | 1110001001110111100000111100110100111111 | e27783cd3f |
EUC-JP | 窈ο? | 1110001111011000101001101100111100111111 | e3d8a6cf3f |
UTF-8 | 窈ο풗 | 1110011110101010100010001100111010111111111011011001001010010111 | e7aa88cebfed9297 |
UHC | 窈ο풗 | 111010011010000110100101111011111011111010011010 | e9a1a5efbe9a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)