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 | ????h | 0011111100111111001111110011111101101000 | 3f3f3f3f68 |
SJIS-WIN | 止?裝?h | 10001110011111100011111111100101111001000011111101101000 | 8e7e3fe5e43f68 |
EUC-JP | 止?裝?h | 10111011110111110011111111101010111001100011111101101000 | bbdf3feae63f68 |
UTF-8 | 止렑裝렜h | 11100110101011011010001011101011101000001001000111101000101000111001110111101011101000001001110001101000 | e6ada2eba091e8a39deba09c68 |
UHC | 止렑裝렜h | 111100101010110110001110101001101110110111111011100011101010111001101000 | f2ad8ea6edfb8eae68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)