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 | 魴曁足蓆 | 1110100110110101100111011111100010010001101010111110010011101100 | e9b59df891abe4ec |
EUC-JP | 魴曁足蓆 | 1111001010110111110110101111101011000010101011011110100011101110 | f2b7dafac2ade8ee |
UTF-8 | 魴曁足蓆 | 111010011010110110110100111001101001101110000001111010001011011010110011111010001001001110000110 | e9adb4e69b81e8b6b3e89386 |
UHC | ??足蓆 | 001111110011111111110000111010111110000010110110 | 3f3ff0ebe0b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)