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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 鷹?議?B | 10010001111010010011111110001011011000110011111101000010 | 91e93f8b633f42 |
EUC-JP | 鷹?議?B | 11000010111010110011111110110101110001000011111101000010 | c2eb3fb5c43f42 |
UTF-8 | 鷹렓議렣B | 11101001101101111011100111101011101000001001001111101000101011011011000011101011101000001010001101000010 | e9b7b9eba093e8adb0eba0a342 |
UHC | 鷹렓議렣B | 111010111110110110001110101010001110110010100001100011101011010001000010 | ebed8ea8eca18eb442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)