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