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