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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 湫鬣}湫鬣{^ | 1001111111010101111010011010010101111101100111111101010111101001101001010111101101011110 | 9fd5e9a57d9fd5e9a57b5e |
EUC-JP | 湫鬣}湫鬣{^ | 1101111011010111111100101010011101111101110111101101011111110010101001110111101101011110 | ded7f2a77dded7f2a77b5e |
UTF-8 | 湫鬣}湫鬣{^ | 111001101011100110101011111010011010110010100011011111011110011010111001101010111110100110101100101000110111101101011110 | e6b9abe9aca37de6b9abe9aca37b5e |
UHC | 湫?}湫?{^ | 111101011101001100111111011111011111010111010011001111110111101101011110 | f5d33f7df5d33f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)