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 | è´}è´{^ | 111010001000111110110100011111011110100010001111101101000111101101011110 | e88fb47de88fb47b5e |
SJIS-WIN | ??´}??´{^ | 0011111100111111100000010100110001111101001111110011111110000001010011000111101101011110 | 3f3f814c7d3f3f814c7b5e |
EUC-JP | è?´}è?´{^ | 100011111010101110110010001111111010000110101101011111011000111110101011101100100011111110100001101011010111101101011110 | 8fabb23fa1ad7d8fabb23fa1ad7b5e |
UTF-8 | è´}è´{^ | 110000111010100011000010100011111100001010110100011111011100001110101000110000101000111111000010101101000111101101011110 | c3a8c28fc2b47dc3a8c28fc2b47b5e |
UHC | ??´}??´{^ | 0011111100111111101000101010010101111101001111110011111110100010101001010111101101011110 | 3f3fa2a57d3f3fa2a57b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)