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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 烝???齬 | 11100000011111100011111100111111001111111110101010010111 | e07e3f3f3fea97 |
EUC-JP | 烝???齬 | 11011111110111110011111100111111001111111111001111110111 | dfdf3f3f3ff3f7 |
UTF-8 | 烝렮吏렋齬 | 111001111000001110011101111010111010000010101110111011111010011110011110111010111010000010001011111010011011110110101100 | e7839deba0aeefa79eeba08be9bdac |
UHC | 烝렮吏렋齬 | 11110001111101101000111010111011111011001010011110001110101000101110010111100001 | f1f68ebbeca78ea2e5e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)