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穩 | 11100111101010011010100111101011100011011000110011101100100010011010010101101000111001111010100110101001 | e7a9a9eb8d8cec89a568e7a9a9 |
UHC | 穩덌쉥h穩 | 111010001011000110001000111011111011110110101011011010001110100010110001 | e8b188efbdab68e8b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)