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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 佃耕??孺 | 1001001011001111100011010110101100111111001111111001101101111101 | 92cf8d6b3f3f9b7d |
EUC-JP | 佃耕??孺 | 1100010011010001101110011100110000111111001111111101010111011110 | c4d1b9cc3f3fd5de |
UTF-8 | 佃耕렓렜孺 | 111001001011110110000011111010001000000010010101111010111010000010010011111010111010000010011100111001011010110110111010 | e4bd83e88095eba093eba09ce5adba |
UHC | 佃耕렓렜孺 | 11101110111011001100110011101001100011101010100010001110101011101110101011101000 | eeeccce98ea88eaeeae8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)