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 | ???j^ | 0011111100111111001111110110101001011110 | 3f3f3f6a5e |
SJIS-WIN | 駭??j^ | 111010010110111000111111001111110110101001011110 | e96e3f3f6a5e |
EUC-JP | 駭??j^ | 111100011100111100111111001111110110101001011110 | f1cf3f3f6a5e |
UTF-8 | 駭륙땁j^ | 1110100110100111101011011110101110100101100110011110101110010101100000010110101001011110 | e9a7adeba599eb95816a5e |
UHC | 駭륙땁j^ | 1111101010110100101101111111101010110110101000100110101001011110 | fab4b7fab6a26a5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)