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 | É´¼¤\ | 100011111100100110110100101111001010010001011100 | 8fc9b4bca45c |
SJIS-WIN | ??´??\ | 00111111001111111000000101001100001111110011111101011100 | 3f3f814c3f3f5c |
EUC-JP | ?É´?¤\ | 0011111110001111101010101011000110100001101011010011111110001111101000101111000001011100 | 3f8faab1a1ad3f8fa2f05c |
UTF-8 | É´¼¤\ | 1100001010001111110000111000100111000010101101001100001010111100110000101010010001011100 | c28fc389c2b4c2bcc2a45c |
UHC | ??´¼¤\ | 001111110011111110100010101001011010100011111001101000101011010001011100 | 3f3fa2a5a8f9a2b45c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)