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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 桎?櫛???^ | 100111100111111000111111100010111111100100111111001111110011111101011110 | 9e7e3f8bf93f3f3f5e |
EUC-JP | 桎?櫛???^ | 110110111101111100111111101101101111101100111111001111110011111101011110 | dbdf3fb6fb3f3f3f5e |
UTF-8 | 桎롈櫛렪롙렼^ | 11100110101000011000111011101011101000011000100011100110101010111001101111101011101000001010101011101011101000011001100111101011101000001011110001011110 | e6a18eeba188e6ab9beba0aaeba199eba0bc5e |
UHC | 桎롈櫛렪롙렼^ | 11110010111011101000111011001110111100011110111010001110101110001000111011011101100011101100010001011110 | f2ee8ecef1ee8eb88edd8ec45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)