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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 襤ル▲^ | 11100110010000011000001110001011100000011010001101011110 | e641838b81a35e |
EUC-JP | 襤ル▲^ | 11101011101000101010010111101011101000101010010101011110 | eba2a5eba2a55e |
UTF-8 | 襤ル▲^ | 11101000101001011010010011100011100000111010101111100010100101101011001001011110 | e8a5a4e383abe296b25e |
UHC | 襤ル▲^ | 11010101110000011010101111101011101000011110001101011110 | d5c1abeba1e35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)