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 | ????G | 0011111100111111001111110011111101000111 | 3f3f3f3f47 |
SJIS-WIN | 谺イ逍ォG | 11100110101011001011001011100111100101101010101101000111 | e6acb2e796ab47 |
EUC-JP | 谺イ逍ォG | 111011001010111010001110101100101110110111110110100011101010101101000111 | ecae8eb2edf68eab47 |
UTF-8 | 谺イ逍ォG | 11101000101100001011101011101111101111011011001011101001100000001000110111101111101111011010101101000111 | e8b0baefbdb2e9808defbdab47 |
UHC | ??逍?G | 001111110011111111100001110011100011111101000111 | 3f3fe1ce3f47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)