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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 纃∞更 | 111000111000110110000001100001111000110101011000 | e38d81878d58 |
EUC-JP | 纃∞更 | 111001011110110110100001111001111011100110111001 | e5eda1e7b9b9 |
UTF-8 | 纃∞更 | 111001111011101010000011111000101000100010011110111001101001101110110100 | e7ba83e2889ee69bb4 |
UHC | ?∞更 | 0011111110100001110001001100110011011010 | 3fa1c4ccda |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)