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 | ???h? | 0011111100111111001111110110100000111111 | 3f3f3f683f |
SJIS-WIN | 穩??h穩 | 11100010011100100011111100111111011010001110001001110010 | e2723f3f68e272 |
EUC-JP | 穩??h穩 | 11100011110100110011111100111111011010001110001111010011 | e3d33f3f68e3d3 |
UTF-8 | 穩뚳슴h穩 | 11100111101010011010100111101011100110101011001111101100100010101011010001101000111001111010100110101001 | e7a9a9eb9ab3ec8ab468e7a9a9 |
UHC | 穩뚳슴h穩 | 111010001011000110001100111011111011110110111111011010001110100010110001 | e8b18cefbdbf68e8b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)