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 | ネラカ抦ラ^ | 110010001101011110110110111110101100100011010111111100001101111101011110 | c8d7b6fac8d7f0df5e |
EUC-JP | ネラカ抦ラ?^ | 10001110110010001000111011010111100011101011011010001111101111111100100110001110110101110011111101011110 | 8ec88ed78eb68fbfc98ed73f5e |
UTF-8 | ネラカ抦ラ^ | 11101111101111101000100011101111101111101001011111101111101111011011011011100110100010101010011011101111101111101001011111101110100000101001111001011110 | efbe88efbe97efbdb6e68aa6efbe97ee829e5e |
UHC | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)