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 | é£®í ½\ | 11101001101000111010111011101101100001011011110101011100 | e9a3aeed85bd5c |
SJIS-WIN | ?£????\ | 0011111110000001100100100011111100111111001111110011111101011100 | 3f81923f3f3f3f5c |
EUC-JP | 飮í??\ | 1000111110101011101100011010000111110010100011111010001011101110100011111010101110111111001111110011111101011100 | 8fabb1a1f28fa2ee8fabbf3f3f5c |
UTF-8 | é£®í ½\ | 11000011101010011100001010100011110000101010111011000011101011011100001010000101110000101011110101011100 | c3a9c2a3c2aec3adc285c2bd5c |
UHC | ??®??½\ | 001111110011111110100010111001110011111100111111101010001111011001011100 | 3f3fa2e73f3fa8f65c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)