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 | @dAA | 10010010010000000110010010010010010000011001001001000001 | 92406492419241 |
SJIS-WIN | ?@d?A?A | 00111111010000000110010000111111010000010011111101000001 | 3f40643f413f41 |
EUC-JP | ?@d?A?A | 00111111010000000110010000111111010000010011111101000001 | 3f40643f413f41 |
UTF-8 | @dAA | 11000010100100100100000001100100110000101001001001000001110000101001001001000001 | c2924064c29241c29241 |
UHC | ?@d?A?A | 00111111010000000110010000111111010000010011111101000001 | 3f40643f413f41 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)