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^ | 00111111001111110100110000111111001111110100110001011110 | 3f3f4c3f3f4c5e |
SJIS-WIN | 咳?L咳?L^ | 100010100101000000111111010011001000101001010000001111110100110001011110 | 8a503f4c8a503f4c5e |
EUC-JP | 咳?L咳?L^ | 101100111011000100111111010011001011001110110001001111110100110001011110 | b3b13f4cb3b13f4c5e |
UTF-8 | 咳렣L咳렣L^ | 111001011001001010110011111010111010000010100011010011001110010110010010101100111110101110100000101000110100110001011110 | e592b3eba0a34ce592b3eba0a34c5e |
UHC | 咳렣L咳렣L^ | 1111101010100110100011101011010001001100111110101010011010001110101101000100110001011110 | faa68eb44cfaa68eb44c5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)