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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 遽九Ι籬櫁 | 11100111101011111000101111100011100000111010011111100010110111111001111011101000 | e7af8be383a7e2df9ee8 |
EUC-JP | 遽九Ι籬櫁 | 11101110101100011011011011100101101001101010100111100100111000011101110011101010 | eeb1b6e5a6a9e4e1dcea |
UTF-8 | 遽九Ι籬櫁 | 1110100110000001101111011110010010111001100111011100111010011001111001111011000110101100111001101010101110000001 | e981bde4b99dce99e7b1ace6ab81 |
UHC | 遽九Ι籬? | 110010111110100011001110111110101010010111001001110101111110011000111111 | cbe8cefaa5c9d7e63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)