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 | 援??牟 | 100010011000011100111111001111111001011010110100 | 89873f3f96b4 |
EUC-JP | 援?珽牟 | 1011000111100111001111111000111111001011111111101100110010110110 | b1e73f8fcbfeccb6 |
UTF-8 | 援렣珽牟 | 111001101000111110110100111010111010000010100011111001111000111110111101111001111000100110011111 | e68fb4eba0a3e78fbde7899f |
UHC | 援렣珽牟 | 1110101010110101100011101011010011101111111010101101100110111111 | eab58eb4efead9bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)