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 | 魴曁足蜴 | 1110100110110101100111011111100010010001101010111110010110001110 | e9b59df891abe58e |
EUC-JP | 魴曁足蜴 | 1111001010110111110110101111101011000010101011011110100111101110 | f2b7dafac2ade9ee |
UTF-8 | 魴曁足蜴 | 111010011010110110110100111001101001101110000001111010001011011010110011111010001001110010110100 | e9adb4e69b81e8b6b3e89cb4 |
UHC | ??足? | 0011111100111111111100001110101100111111 | 3f3ff0eb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)