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 | 韶泌炎鞳玖 | 11101000111011101001010011100101100010011000101011101000111000111000101111101000 | e8ee94e5898ae8e38be8 |
EUC-JP | 韶泌炎鞳玖 | 11110000111100001100100011100111101100011110101011110000111001011011011011101010 | f0f0c8e7b1eaf0e5b6ea |
UTF-8 | 韶泌炎鞳玖 | 111010011001111110110110111001101011001110001100111001111000001010001110111010011001111010110011111001111000111010010110 | e99fb6e6b38ce7828ee99eb3e78e96 |
UHC | 韶泌炎?玖 | 111000011101001011111001101100101110011011111010001111111100111110111000 | e1d2f9b2e6fa3fcfb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)