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 | 喩?揖?^ | 10011010011001110011111110010111010010110011111101011110 | 9a673f974b3f5e |
EUC-JP | 喩?揖?^ | 11010011110010000011111111001101101011000011111101011110 | d3c83fcdac3f5e |
UTF-8 | 喩렰揖렰^ | 11100101100101101010100111101011101000001011000011100110100011111001011011101011101000001011000001011110 | e596a9eba0b0e68f96eba0b05e |
UHC | 喩렰揖렰^ | 111010101110011110001110101111011110101111100111100011101011110101011110 | eae78ebdebe78ebd5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)