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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 螟ア譁彎 | 11100101101001001011000111100110100101101001110001011101 | e5a4b1e6969c5d |
EUC-JP | 螟ア譁彎 | 1110101010100110100011101011000111101011111101101101011110111110 | eaa68eb1ebf6d7be |
UTF-8 | 螟ア譁彎 | 111010001001111010011111111011111011110110110001111010001010110110000001111001011011110110001110 | e89e9fefbdb1e8ad81e5bd8e |
UHC | 螟?譁彎 | 11011001101011010011111111111100101001101101100010110110 | d9ad3ffca6d8b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)