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 | 鴉??揄 | 111010011110101100111111001111111001110110001001 | e9eb3f3f9d89 |
EUC-JP | 鴉??揄 | 111100101110110100111111001111111101100111101001 | f2ed3f3fd9e9 |
UTF-8 | 鴉깅ㅉ揄 | 111010011011010010001001111010101011100110000101111000111000010110001001111001101000111110000100 | e9b489eab985e38589e68f84 |
UHC | 鴉깅ㅉ揄 | 1110010010111100101100011110101110100100101110011110101011110001 | e4bcb1eba4b9eaf1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)