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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 諸?音?^ | 10001111100101000011111110001001101110010011111101011110 | 8f943f89b93f5e |
EUC-JP | 諸?音?^ | 10111101111101000011111110110010101110110011111101011110 | bdf43fb2bb3f5e |
UTF-8 | 諸렪音렧^ | 11101000101010111011100011101011101000001010101011101001100111111011001111101011101000001010011101011110 | e8abb8eba0aae99fb3eba0a75e |
UHC | 諸렪音렧^ | 111100001011001110001110101110001110101111100101100011101011011001011110 | f0b38eb8ebe58eb65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)