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 | í»ö½x^ | 111011011011101111110110101111010111100001011110 | edbbf6bd785e |
SJIS-WIN | ????x^ | 001111110011111100111111001111110111100001011110 | 3f3f3f3f785e |
EUC-JP | í?ö?x^ | 10001111101010111011111100111111100011111010101111010011001111110111100001011110 | 8fabbf3f8fabd33f785e |
UTF-8 | í»ö½x^ | 11000011101011011100001010111011110000111011011011000010101111010111100001011110 | c3adc2bbc3b6c2bd785e |
UHC | ???½x^ | 00111111001111110011111110101000111101100111100001011110 | 3f3f3fa8f6785e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)