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 | 1101001110101110111101111010011101101000 | d3aef7a768 |
SJIS-WIN | ??֤h | 00111111001111111000000110000000100000011001100001101000 | 3f3f8180819868 |
EUC-JP | Ó®÷§h | 1000111110101010110100011000111110100010111011101010000111100000101000011111100001101000 | 8faad18fa2eea1e0a1f868 |
UTF-8 | Ó®÷§h | 110000111001001111000010101011101100001110110111110000101010011101101000 | c393c2aec3b7c2a768 |
UHC | ?®÷§h | 0011111110100010111001111010000111000000101000011101011101101000 | 3fa2e7a1c0a1d768 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)