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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 馮貶徙 | 111010010110011111100110110010001001110001101111 | e967e6c89c6f |
EUC-JP | 馮貶徙 | 111100011100100011101100110010101101011111010000 | f1c8eccad7d0 |
UTF-8 | 馮貶徙 | 111010011010011010101110111010001011001010110110111001011011111010011001 | e9a6aee8b2b6e5be99 |
UHC | 馮貶徙 | 111110011010011111111000101111111101111011010101 | f9a7f8bfded5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)