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 | ñßÛO\ | 100111111111000111011111110110110100111101011100 | 9ff1dfdb4f5c |
SJIS-WIN | ????O\ | 001111110011111100111111001111110100111101011100 | 3f3f3f3f4f5c |
EUC-JP | ?ñßÛO\ | 001111111000111110101011110100001000111110101001110011101000111110101010111001010100111101011100 | 3f8fabd08fa9ce8faae54f5c |
UTF-8 | ñßÛO\ | 11000010100111111100001110110001110000111001111111000011100110110100111101011100 | c29fc3b1c39fc39b4f5c |
UHC | ??ß?O\ | 00111111001111111010100110101100001111110100111101011100 | 3f3fa9ac3f4f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)