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 | 穩??櫻 | 111000100111001000111111001111111001111101001110 | e2723f3f9f4e |
EUC-JP | 穩??櫻 | 111000111101001100111111001111111101110110101111 | e3d33f3fddaf |
UTF-8 | 穩곭뼯櫻 | 111001111010100110101001111010101011001110101101111010111011110010101111111001101010101110111011 | e7a9a9eab3adebbcafe6abbb |
UHC | 穩곭뼯櫻 | 1110100010110001100000011110011110010110101100101110010110100001 | e8b181e796b2e5a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)