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 | lj}lj{^ | 1000000101101100100000010110101001111101100000010110110010000001011010100111101101011110 | 816c816a7d816c816a7b5e |
SJIS-WIN | ?l?j}?l?j{^ | 0011111101101100001111110110101001111101001111110110110000111111011010100111101101011110 | 3f6c3f6a7d3f6c3f6a7b5e |
EUC-JP | ?l?j}?l?j{^ | 0011111101101100001111110110101001111101001111110110110000111111011010100111101101011110 | 3f6c3f6a7d3f6c3f6a7b5e |
UTF-8 | lj}lj{^ | 110000101000000101101100110000101000000101101010011111011100001010000001011011001100001010000001011010100111101101011110 | c2816cc2816a7dc2816cc2816a7b5e |
UHC | ?l?j}?l?j{^ | 0011111101101100001111110110101001111101001111110110110000111111011010100111101101011110 | 3f6c3f6a7d3f6c3f6a7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)