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 | ll[ll[^ | 1001000101101100100100010110110001011011100100010110110010010001011011000101101101011110 | 916c916c5b916c916c5b5e |
SJIS-WIN | ?l?l[?l?l[^ | 0011111101101100001111110110110001011011001111110110110000111111011011000101101101011110 | 3f6c3f6c5b3f6c3f6c5b5e |
EUC-JP | ?l?l[?l?l[^ | 0011111101101100001111110110110001011011001111110110110000111111011011000101101101011110 | 3f6c3f6c5b3f6c3f6c5b5e |
UTF-8 | ll[ll[^ | 110000101001000101101100110000101001000101101100010110111100001010010001011011001100001010010001011011000101101101011110 | c2916cc2916c5bc2916cc2916c5b5e |
UHC | ?l?l[?l?l[^ | 0011111101101100001111110110110001011011001111110110110000111111011011000101101101011110 | 3f6c3f6c5b3f6c3f6c5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)