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 | ???奎筌 | 00111111001111110011111110011010111101011110001010100011 | 3f3f3f9af5e2a3 |
EUC-JP | ???奎筌 | 00111111001111110011111111010100111101111110010010100101 | 3f3f3fd4f7e4a5 |
UTF-8 | 銳얘퀡奎筌 | 111010011000101010110011111011001001011010011000111011011000000010100001111001011010010110001110111001111010110110001100 | e98ab3ec9698ed80a1e5a58ee7ad8c |
UHC | 銳얘퀡奎筌 | 11100111111001011011111011101010101100111001010111010000101001011110111110100111 | e7e5beeab395d0a5efa7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)