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^ | 111000110111000100111111010011001110001101110001001111110100110001011110 | e3713f4ce3713f4c5e |
EUC-JP | 縡?L縡?L^ | 111001011101001000111111010011001110010111010010001111110100110001011110 | e5d23f4ce5d23f4c5e |
UTF-8 | 縡렕L縡렕L^ | 111001111011100010100001111010111010000010010101010011001110011110111000101000011110101110100000100101010100110001011110 | e7b8a1eba0954ce7b8a1eba0954c5e |
UHC | 縡렕L縡렕L^ | 1110111010101101100011101010101001001100111011101010110110001110101010100100110001011110 | eead8eaa4ceead8eaa4c5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)