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 | ?QL?QL^ | 00111111010100010100110000111111010100010100110001011110 | 3f514c3f514c5e |
SJIS-WIN | 蛛QL蛛QL^ | 111001011000000101010001010011001110010110000001010100010100110001011110 | e581514ce581514c5e |
EUC-JP | 蛛QL蛛QL^ | 111010011110000101010001010011001110100111100001010100010100110001011110 | e9e1514ce9e1514c5e |
UTF-8 | 蛛QL蛛QL^ | 1110100010011011100110110101000101001100111010001001101110011011010100010100110001011110 | e89b9b514ce89b9b514c5e |
UHC | 蛛QL蛛QL^ | 111100011100100001010001010011001111000111001000010100010100110001011110 | f1c8514cf1c8514c5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)