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 | 豬è½è¥ | 1110100010110001101011001110100010111101100111111110100010100101 | e8b1ace8bd9fe8a5 |
SJIS-WIN | ?±¬????¥ | 0011111110000001011111011000000111001010001111110011111100111111001111111000000110001111 | 3f817d81ca3f3f3f3f818f |
EUC-JP | 豬è??è? | 10001111101010111011001010100001110111101010001011001100100011111010101110110010001111110011111110001111101010111011001000111111 | 8fabb2a1dea2cc8fabb23f3f8fabb23f |
UTF-8 | 豬è½è¥ | 11000011101010001100001010110001110000101010110011000011101010001100001010111101110000101001111111000011101010001100001010100101 | c3a8c2b1c2acc3a8c2bdc29fc3a8c2a5 |
UHC | ?±??½??? | 00111111101000011011111000111111001111111010100011110110001111110011111100111111 | 3fa1be3f3fa8f63f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)