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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 謔滔ウ滔剪B | 11100110100000101001111111101011101100111001111111101011100110011001001001000010 | e6829febb39feb999242 |
EUC-JP | 謔滔ウ滔剪B | 1110101111100010110111101110110110001110101100111101111011101101110100011111001001000010 | ebe2deed8eb3deedd1f242 |
UTF-8 | 謔滔ウ滔剪B | 11101000101011001001010011100110101110111001010011101111101111011011001111100110101110111001010011100101100010011010101001000010 | e8ac94e6bb94efbdb3e6bb94e589aa42 |
UHC | 謔滔?滔剪B | 11111001110011001101010010100101001111111101010010100101111011101111001001000010 | f9ccd4a53fd4a5eef242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)