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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | ??〕揖?^ | 0011111100111111100000010110110010010111010010110011111101011110 | 3f3f816c974b3f5e |
EUC-JP | 艅?〕揖?^ | 10001111110101101111110100111111101000011100110111001101101011000011111101011110 | 8fd6fd3fa1cdcdac3f5e |
UTF-8 | 艅덈〕揖펃^ | 11101000100010011000010111101011100011011000100011100011100000001001010111100110100011111001011011101101100011101000001101011110 | e88985eb8d88e38095e68f96ed8e835e |
UHC | 艅덈〕揖펃^ | 1110011010101001100010001110101110100001101100111110101111100111101111000101011101011110 | e6a988eba1b3ebe7bc575e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)