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 | ¼ÖúA¼ | 1011110011010110111110100100000110111100 | bcd6fa41bc |
SJIS-WIN | ???A? | 0011111100111111001111110100000100111111 | 3f3f3f413f |
EUC-JP | ?ÖúA? | 001111111000111110101010110100111000111110101011111000100100000100111111 | 3f8faad38fabe2413f |
UTF-8 | ¼ÖúA¼ | 110000101011110011000011100101101100001110111010010000011100001010111100 | c2bcc396c3ba41c2bc |
UHC | ¼??A¼ | 10101000111110010011111100111111010000011010100011111001 | a8f93f3f41a8f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)