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 | 陷ゥ莠・迚 | 1110100010011100101010011110010010111010101001011110011110001001 | e89ca9e4baa5e789 |
EUC-JP | 陷ゥ莠・迚 | 11101111111111001000111010101001111010001011110010001110101001011110110111101001 | effc8ea9e8bc8ea5ede9 |
UTF-8 | 陷ゥ莠・迚 | 111010011001100110110111111011111011110110101001111010001000111010100000111011111011110110100101111010001011111110011010 | e999b7efbda9e88ea0efbda5e8bf9a |
UHC | 陷???? | 111110011110100000111111001111110011111100111111 | f9e83f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)