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 | ¾á^}¾á^{^ | 101111101110000101011110011111011011111011100001010111100111101101011110 | bee15e7dbee15e7b5e |
SJIS-WIN | ??^}??^{^ | 001111110011111101011110011111010011111100111111010111100111101101011110 | 3f3f5e7d3f3f5e7b5e |
EUC-JP | ?á^}?á^{^ | 00111111100011111010101110100001010111100111110100111111100011111010101110100001010111100111101101011110 | 3f8faba15e7d3f8faba15e7b5e |
UTF-8 | ¾á^}¾á^{^ | 11000010101111101100001110100001010111100111110111000010101111101100001110100001010111100111101101011110 | c2bec3a15e7dc2bec3a15e7b5e |
UHC | ¾?^}¾?^{^ | 1010100011111010001111110101111001111101101010001111101000111111010111100111101101011110 | a8fa3f5e7da8fa3f5e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)