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 | Ó®÷§\ | 1101001110101110111101111010011101011100 | d3aef7a75c |
SJIS-WIN | ??֤\ | 00111111001111111000000110000000100000011001100001011100 | 3f3f818081985c |
EUC-JP | Ó®÷§\ | 1000111110101010110100011000111110100010111011101010000111100000101000011111100001011100 | 8faad18fa2eea1e0a1f85c |
UTF-8 | Ó®÷§\ | 110000111001001111000010101011101100001110110111110000101010011101011100 | c393c2aec3b7c2a75c |
UHC | ?®÷§\ | 0011111110100010111001111010000111000000101000011101011101011100 | 3fa2e7a1c0a1d75c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)