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 | 冶?└攸 | 10010110111010000011111110000100101001001001110110111111 | 96e83f84a49dbf |
EUC-JP | 冶?└攸 | 11001100111010100011111110101000101001101101101011000001 | ccea3fa8a6dac1 |
UTF-8 | 冶뗫└攸 | 111001011000011010110110111010111001011110101011111000101001010010010100111001101001010010111000 | e586b6eb97abe29494e694b8 |
UHC | 冶뗫└攸 | 1110010110100111100010111110101110100110101001101110101011110010 | e5a78beba6a6eaf2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)