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 | l^}l^{^ | 1000000101101100100000010101111001111101100000010110110010000001010111100111101101011110 | 816c815e7d816c815e7b5e |
SJIS-WIN | ?l?^}?l?^{^ | 0011111101101100001111110101111001111101001111110110110000111111010111100111101101011110 | 3f6c3f5e7d3f6c3f5e7b5e |
EUC-JP | ?l?^}?l?^{^ | 0011111101101100001111110101111001111101001111110110110000111111010111100111101101011110 | 3f6c3f5e7d3f6c3f5e7b5e |
UTF-8 | l^}l^{^ | 110000101000000101101100110000101000000101011110011111011100001010000001011011001100001010000001010111100111101101011110 | c2816cc2815e7dc2816cc2815e7b5e |
UHC | ?l?^}?l?^{^ | 0011111101101100001111110101111001111101001111110110110000111111010111100111101101011110 | 3f6c3f5e7d3f6c3f5e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)