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 | ñíק | 11110001111011011101011110100111 | f1edd7a7 |
SJIS-WIN | ??ק | 001111110011111110000001011111101000000110011000 | 3f3f817e8198 |
EUC-JP | ñíק | 10001111101010111101000010001111101010111011111110100001110111111010000111111000 | 8fabd08fabbfa1dfa1f8 |
UTF-8 | ñíק | 1100001110110001110000111010110111000011100101111100001010100111 | c3b1c3adc397c2a7 |
UHC | ??ק | 001111110011111110100001101111111010000111010111 | 3f3fa1bfa1d7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)