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 | ?H?wF | 0011111101001000001111110111011101000110 | 3f483f7746 |
SJIS-WIN | 炭H叩wF | 10010010010110010100100010010010010000000111011101000110 | 92594892407746 |
EUC-JP | 炭H叩wF | 11000011101110100100100011000011101000010111011101000110 | c3ba48c3a17746 |
UTF-8 | 炭H叩wF | 111001111000001010101101010010001110010110001111101010010111011101000110 | e782ad48e58fa97746 |
UHC | 炭H叩wF | 11110111101010010100100011001101101100000111011101000110 | f7a948cdb07746 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)