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 | ?????] | 001111110011111100111111001111110011111101011101 | 3f3f3f3f3f5d |
SJIS-WIN | 阮、鬆大喧] | 11101000100101101010010011101001101000001001000111100101100011001001011001011101 | e896a4e9a091e58c965d |
EUC-JP | 阮、鬆大喧] | 1110111111110110100011101010010011110010101000101100001011100111101101111111011001011101 | eff68ea4f2a2c2e7b7f65d |
UTF-8 | 阮、鬆大喧] | 11101001100110001010111011101111101111011010010011101001101011001000011011100101101001001010011111100101100101101010011101011101 | e998aeefbda4e9ac86e5a4a7e596a75d |
UHC | 阮??大喧] | 111010001101011000111111001111111101001111011110111111011011110101011101 | e8d63f3fd3defdbd5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)