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 | ワⅸ贖晴 | 111101111110011011011100111110100100100011100110110111001111101011011000 | f7e6dcfa48e6dcfad8 |
EUC-JP | ?ワ?贖? | 00111111100011101101110000111111111011001101111000111111 | 3f8edc3fecde3f |
UTF-8 | ワⅸ贖晴 | 111011101001011110001001111011111011111010011100111000101000010110111000111010001011010010010110111011111010100010010010 | ee9789efbe9ce285b8e8b496efa892 |
UHC | ??ⅸ贖? | 00111111001111111010010110101001111000011101101100111111 | 3f3fa5a9e1db3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)