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 | 湛誰竪 | 100100100101100010010010010011101001001001000111 | 9258924e9247 |
EUC-JP | 湛誰竪 | 110000111011100111000011101011111100001110101000 | c3b9c3afc3a8 |
UTF-8 | 湛誰竪 | 111001101011100110011011111010001010101010110000111001111010101110101010 | e6b99be8aab0e7abaa |
UHC | 湛誰竪 | 110100111100000011100010110000011110001010110101 | d3c0e2c1e2b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)