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 | ????h | 0011111100111111001111110011111101101000 | 3f3f3f3f68 |
SJIS-WIN | 醍?紆?h | 10010001111001110011111111100010111111000011111101101000 | 91e73fe2fc3f68 |
EUC-JP | 醍?紆?h | 11000010111010010011111111100100111111100011111101101000 | c2e93fe4fe3f68 |
UTF-8 | 醍렕紆렡h | 11101001100001101000110111101011101000001001010111100111101101001000011011101011101000001010000101101000 | e9868deba095e7b486eba0a168 |
UHC | 醍렕紆렡h | 111100001011010110001110101010101110100111100001100011101011001001101000 | f0b58eaae9e18eb268 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)