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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 止?臧?有? | 100011100111111000111111111001000110100000111111100101110100110000111111 | 8e7e3fe4683f974c3f |
EUC-JP | 止?臧?有? | 101110111101111100111111111001111100100100111111110011011010110100111111 | bbdf3fe7c93fcdad3f |
UTF-8 | 止렣臧렩有쾅 | 111001101010110110100010111010111010000010100011111010001000011110100111111010111010000010101001111001101001110010001001111011001011111010000101 | e6ada2eba0a3e887a7eba0a9e69c89ecbe85 |
UHC | 止렣臧렩有쾅 | 111100101010110110001110101101001110110111110101100011101011011111101010111100111100010011100111 | f2ad8eb4edf58eb7eaf3c4e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)