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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 冶?└愈 | 10010110111010000011111110000100101001001001011011111010 | 96e83f84a496fa |
EUC-JP | 冶?└愈 | 11001100111010100011111110101000101001101100110011111100 | ccea3fa8a6ccfc |
UTF-8 | 冶뗫└愈 | 111001011000011010110110111010111001011110101011111000101001010010010100111001101000010010001000 | e586b6eb97abe29494e68488 |
UHC | 冶뗫└愈 | 1110010110100111100010111110101110100110101001101110101011101111 | e5a78beba6a6eaef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)