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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | タ蹈タ蹈^ | 11000000111001110100010011000000111001110100010001011110 | c0e744c0e7445e |
EUC-JP | タ蹈タ蹈^ | 100011101100000011101101101001011000111011000000111011011010010101011110 | 8ec0eda58ec0eda55e |
UTF-8 | タ蹈タ蹈^ | 11101111101111101000000011101000101110011000100011101111101111101000000011101000101110011000100001011110 | efbe80e8b988efbe80e8b9885e |
UHC | ?蹈?蹈^ | 00111111110101001011000000111111110101001011000001011110 | 3fd4b03fd4b05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)