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 | ??] | 001111110011111101011101 | 3f3f5d |
SJIS-WIN | ?蠅] | 00111111111001011010001001011101 | 3fe5a25d |
EUC-JP | ?蠅] | 00111111111010101010010001011101 | 3feaa45d |
UTF-8 | 렣蠅] | 11101011101000001010001111101000101000001000010101011101 | eba0a3e8a0855d |
UHC | 렣蠅] | 1000111010110100111000111011001001011101 | 8eb4e3b25d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)