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 | ?wF | 001111110111011101000110 | 3f7746 |
SJIS-WIN | 辰wF | 10010010010000110111011101000110 | 92437746 |
EUC-JP | 辰wF | 11000011101001000111011101000110 | c3a47746 |
UTF-8 | 辰wF | 1110100010111110101100000111011101000110 | e8beb07746 |
UHC | 辰wF | 11110010111000110111011101000110 | f2e37746 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)