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 | 将莵将莵^ | 100011111010101111100100101101111000111110101011111001001011011101011110 | 8fabe4b78fabe4b75e |
EUC-JP | 将莵将莵^ | 101111101010110111101000101110011011111010101101111010001011100101011110 | beade8b9beade8b95e |
UTF-8 | 将莵将莵^ | 11100101101100001000011011101000100011101011010111100101101100001000011011101000100011101011010101011110 | e5b086e88eb5e5b086e88eb55e |
UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)