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 | à×¼Ò½² | 111000001101011110111100110100101011110110110010 | e0d7bcd2bdb2 |
SJIS-WIN | ?×???? | 00111111100000010111111000111111001111110011111100111111 | 3f817e3f3f3f3f |
EUC-JP | à×?Ò?? | 1000111110101011101000101010000111011111001111111000111110101010110100100011111100111111 | 8faba2a1df3f8faad23f3f |
UTF-8 | à×¼Ò½² | 110000111010000011000011100101111100001010111100110000111001001011000010101111011100001010110010 | c3a0c397c2bcc392c2bdc2b2 |
UHC | ?×¼?½² | 00111111101000011011111110101000111110010011111110101000111101101010100111110111 | 3fa1bfa8f93fa8f6a9f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)