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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 澹〕礑誦 | 1110000001010111100000010110110011100010010001101110011001110101 | e057816ce246e675 |
EUC-JP | 澹〕礑誦 | 1101111110111000101000011100110111100011101001111110101111010110 | dfb8a1cde3a7ebd6 |
UTF-8 | 澹〕礑誦 | 111001101011111010111001111000111000000010010101111001111010010010010001111010001010101010100110 | e6beb9e38095e7a491e8aaa6 |
UHC | 澹〕?誦 | 11010011110000101010000110110011001111111110000111101001 | d3c2a1b33fe1e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)