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 | 財演伯 | 100011011110000010001001100010011001010010001100 | 8de08989948c |
EUC-JP | 財演伯 | 101110101110001010110001111010011100011111101100 | bae2b1e9c7ec |
UTF-8 | 財演伯 | 111010001011001010100001111001101011110010010100111001001011110010101111 | e8b2a1e6bc94e4bcaf |
UHC | 財演伯 | 111011101010111111100110110100011101101111010111 | eeafe6d1dbd7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)