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 | 邵伎キ滔≧ | 111001111011100010001010111010101011011110011111111010111000000110000110 | e7b88aeab79feb8186 |
EUC-JP | 邵伎キ滔≧ | 11101110101110101011010011101100100011101011011111011110111011011010000111100110 | eebab4ec8eb7deeda1e6 |
UTF-8 | 邵伎キ滔≧ | 111010011000001010110101111001001011110010001110111011111011110110110111111001101011101110010100111000101000100110100111 | e982b5e4bc8eefbdb7e6bb94e289a7 |
UHC | 邵伎?滔? | 1110000111010000110100001110101100111111110101001010010100111111 | e1d0d0eb3fd4a53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)