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?[D?L?[D^ | 0011111101001100001111110101101101000100001111110100110000111111010110110100010001011110 | 3f4c3f5b443f4c3f5b445e |
SJIS-WIN | ?L?[D?L?[D^ | 0011111101001100001111110101101101000100001111110100110000111111010110110100010001011110 | 3f4c3f5b443f4c3f5b445e |
EUC-JP | ?L?[D?L?[D^ | 0011111101001100001111110101101101000100001111110100110000111111010110110100010001011110 | 3f4c3f5b443f4c3f5b445e |
UTF-8 | 혪L혪[D혪L혪[D^ | 11101101100110001010101001001100111011011001100010101010010110110100010011101101100110001010101001001100111011011001100010101010010110110100010001011110 | ed98aa4ced98aa5b44ed98aa4ced98aa5b445e |
UHC | 혪L혪[D혪L혪[D^ | 110000101001001001001100110000101001001001011011010001001100001010010010010011001100001010010010010110110100010001011110 | c2924cc2925b44c2924cc2925b445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)