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 | 鰐益鰐 | 100110000110101110001001011101101001100001101011 | 986b8976986b |
EUC-JP | 鰐益鰐 | 110011111100110010110001110101111100111111001100 | cfccb1d7cfcc |
UTF-8 | 鰐益鰐 | 111010011011000010010000111001111001101110001010111010011011000010010000 | e9b090e79b8ae9b090 |
UHC | 鰐益鰐 | 111001001100101011101100110011001110010011001010 | e4caeccce4ca |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)