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 | 陬緋セゥ粹 | 1110100010100011100101001110101010111110101010011110001011101101 | e8a394eabea9e2ed |
EUC-JP | 陬緋セゥ粹 | 11110000101001011100100011101100100011101011111010001110101010011110010011101111 | f0a5c8ec8ebe8ea9e4ef |
UTF-8 | 陬緋セゥ粹 | 111010011001100110101100111001111011011110001011111011111011110110111110111011111011110110101001111001111011001010111001 | e999ace7b78befbdbeefbda9e7b2b9 |
UHC | ?緋??粹 | 00111111110111011111110000111111001111111110001010110110 | 3fddfc3f3fe2b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)