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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 陬ィ邇イ霍截 | 11101000101000111010100011100111100011101011001011101000101101111001110101000010 | e8a3a8e78eb2e8b79d42 |
EUC-JP | 陬ィ邇イ霍截 | 111100001010010110001110101010001110110111101110100011101011001011110000101110011101100110100011 | f0a58ea8edee8eb2f0b9d9a3 |
UTF-8 | 陬ィ邇イ霍截 | 111010011001100110101100111011111011110110101000111010011000001010000111111011111011110110110010111010011001110010001101111001101000100010101010 | e999acefbda8e98287efbdb2e99c8de688aa |
UHC | ??邇??截 | 0011111100111111111011001100010000111111001111111110111110111000 | 3f3fecc43f3fefb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)