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Ì^ | 100100010110110010010000110011001001000101101100100100001100110001011110 | 916c90cc916c90cc5e |
SJIS-WIN | ?l???l??^ | 001111110110110000111111001111110011111101101100001111110011111101011110 | 3f6c3f3f3f6c3f3f5e |
EUC-JP | ?l?Ì?l?Ì^ | 00111111011011000011111110001111101010101100000000111111011011000011111110001111101010101100000001011110 | 3f6c3f8faac03f6c3f8faac05e |
UTF-8 | lÌlÌ^ | 110000101001000101101100110000101001000011000011100011001100001010010001011011001100001010010000110000111000110001011110 | c2916cc290c38cc2916cc290c38c5e |
UHC | ?l???l??^ | 001111110110110000111111001111110011111101101100001111110011111101011110 | 3f6c3f3f3f6c3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)