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^ | 100110111101111100111111010011001001101111011111001111110100110001011110 | 9bdf3f4c9bdf3f4c5e |
EUC-JP | 已?L已?L^ | 110101101110000100111111010011001101011011100001001111110100110001011110 | d6e13f4cd6e13f4c5e |
UTF-8 | 已렊L已렊L^ | 111001011011011110110010111010111010000010001010010011001110010110110111101100101110101110100000100010100100110001011110 | e5b7b2eba08a4ce5b7b2eba08a4c5e |
UHC | 已렊L已렊L^ | 1110110010101011100011101010000101001100111011001010101110001110101000010100110001011110 | ecab8ea14cecab8ea14c5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)