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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 臟????昱 | 1110010001100110001111110011111100111111001111111111101001100011 | e4663f3f3f3ffa63 |
EUC-JP | 臟????昱 | 111001111100011100111111001111110011111100111111100011111100001010101101 | e7c73f3f3f3f8fc2ad |
UTF-8 | 臟렭亐꿜횡昱 | 111010001000011110011111111010111010000010101101111001001011101010010000111010101011111110011100111011011001101010100001111001101001100010110001 | e8879feba0ade4ba90eabf9ced9aa1e698b1 |
UHC | 臟렭亐꿜횡昱 | 111011011111010010001110101110101110101010100111101100101110010011001000101111101110100111110000 | edf48ebaeaa7b2e4c8bee9f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)