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 | 皖耄皖耄 | 1110000110101000111000111100110011100001101010001110001111001100 | e1a8e3cce1a8e3cc |
EUC-JP | 皖耄皖耄 | 1110001010101010111001101100111011100010101010101110011011001110 | e2aae6cee2aae6ce |
UTF-8 | 皖耄皖耄 | 111001111001101010010110111010001000000010000100111001111001101010010110111010001000000010000100 | e79a96e88084e79a96e88084 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)