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 | ?iQ] | 00111111011010010101000101011101 | 3f69515d |
SJIS-WIN | 楡iQ] | 1001111010111110011010010101000101011101 | 9ebe69515d |
EUC-JP | 楡iQ] | 1101110011000000011010010101000101011101 | dcc069515d |
UTF-8 | 楡iQ] | 111001101010010110100001011010010101000101011101 | e6a5a169515d |
UHC | 楡iQ] | 1110101011111000011010010101000101011101 | eaf869515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)