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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ????③ | 001111110011111100111111001111111000011101000010 | 3f3f3f3f8742 |
EUC-JP | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
UTF-8 | 若욤죹緣③ | 111011111010010110110100111011001001101010100100111011001010001110111001111001111011011110100011111000101001000110100010 | efa5b4ec9aa4eca3b9e7b7a3e291a2 |
UHC | 若욤죹緣③ | 11100101101011101011111111101000101000011001001111100110110111101010100011101001 | e5aebfe8a193e6dea8e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)