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 | 繹ル?泣ф | 111000111000100010000011100010110011111110001011100000111000010010000110 | e388838b3f8b838486 |
EUC-JP | 繹ル?泣ф | 111001011110100010100101111010110011111110110101111000111010011111100110 | e5e8a5eb3fb5e3a7e6 |
UTF-8 | 繹ル낑泣ф | 1110011110111001101110011110001110000011101010111110101110000010100100011110011010110011101000111101000110000100 | e7b9b9e383abeb8291e6b3a3d184 |
UHC | 繹ル낑泣ф | 11100110101110101010101111101011101100111010100111101011111010001010110011100110 | e6baabebb3a9ebe8ace6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)