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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | 豫?????? | 1001100010101100001111110011111100111111001111110011111100111111 | 98ac3f3f3f3f3f3f |
EUC-JP | 豫?????? | 1101000010101110001111110011111100111111001111110011111100111111 | d0ae3f3f3f3f3f3f |
UTF-8 | 豫뗭엱溜뽳쭑戮 | 111010001011000110101011111010111001011110101101111011001001011110110001111011111010011110001011111010111011110110110011111011001010110110010001111011111010011110010010 | e8b1abeb97adec97b1efa78bebbdb3ecad91efa792 |
UHC | 豫뗭엱溜뽳쭑戮 | 1110011111100011100010111110110010011110100001101110101011111110100101101110111110100111100010011110101110111101 | e7e38bec9e86eafe96efa789ebbd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)