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 | 薛?ч外 | 11100101010011000011111110000100100010011000101001001111 | e54c3f84898a4f |
EUC-JP | 薛駵ч外 | 111010011010110110001111111010011011001110100111111010011011001110110000 | e9ad8fe9b3a7e9b3b0 |
UTF-8 | 薛駵ч外 | 1110100010010110100110111110100110100111101101011101000110000111111001011010010010010110 | e8969be9a7b5d187e5a496 |
UHC | 薛?ч外 | 11100000111000000011111110101100111010011110100011100010 | e0e03face9e8e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)