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 | ??怨烽∧^ | 001111110011111110001001100001011110000010000010100000011100100001011110 | 3f3f8985e08281c85e |
EUC-JP | ??怨烽∧^ | 001111110011111110110001111001011101111111100010101000101100101001011110 | 3f3fb1e5dfe2a2ca5e |
UTF-8 | 欌렪怨烽∧^ | 11100110101011001000110011101011101000001010101011100110100000001010100011100111100000111011110111100010100010001010011101011110 | e6ac8ceba0aae680a8e783bde288a75e |
UHC | 欌렪怨烽∧^ | 1110110111101011100011101011100011101010101100111101110011101011101000011111110001011110 | edeb8eb8eab3dceba1fc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)