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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ??ズ??ズ^ | 001111110011111110000011010110010011111100111111100000110101100101011110 | 3f3f83593f3f83595e |
EUC-JP | ??ズ??ズ^ | 001111110011111110100101101110100011111100111111101001011011101001011110 | 3f3fa5ba3f3fa5ba5e |
UTF-8 | 歷쇘ズ歷쇘ズ^ | 11101111101001101000110011101100100001111001100011100011100000101011101011101111101001101000110011101100100001111001100011100011100000101011101001011110 | efa68cec8798e382baefa68cec8798e382ba5e |
UHC | 歷쇘ズ歷쇘ズ^ | 11100110101110001011110011100111101010111011101011100110101110001011110011100111101010111011101001011110 | e6b8bce7abbae6b8bce7abba5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)