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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 襪球招踉 | 1110011001000011100010111000010110001111101101011110011011110010 | e6438b858fb5e6f2 |
EUC-JP | 襪球招踉 | 1110101110100100101101011110010110111110101101111110110011110100 | eba4b5e5beb7ecf4 |
UTF-8 | 襪球招踉 | 111010001010010110101010111001111001000010000011111001101000101110011011111010001011100010001001 | e8a5aae79083e68b9be8b889 |
UHC | 襪球招? | 11011000110010101100111110111001111101001111110100111111 | d8cacfb9f4fd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)