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 | LLDLLD^ | 1001001001001100100100100100110001000100100100100100110010010010010011000100010001011110 | 924c924c44924c924c445e |
SJIS-WIN | ?L?LD?L?LD^ | 0011111101001100001111110100110001000100001111110100110000111111010011000100010001011110 | 3f4c3f4c443f4c3f4c445e |
EUC-JP | ?L?LD?L?LD^ | 0011111101001100001111110100110001000100001111110100110000111111010011000100010001011110 | 3f4c3f4c443f4c3f4c445e |
UTF-8 | LLDLLD^ | 110000101001001001001100110000101001001001001100010001001100001010010010010011001100001010010010010011000100010001011110 | c2924cc2924c44c2924cc2924c445e |
UHC | ?L?LD?L?LD^ | 0011111101001100001111110100110001000100001111110100110000111111010011000100010001011110 | 3f4c3f4c443f4c3f4c445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)