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 | 跣咏梓 | 111001101110111110011001111001111000100010110010 | e6ef99e788b2 |
EUC-JP | 跣咏梓 | 111011001111000111010010111010011011000010110100 | ecf1d2e9b0b4 |
UTF-8 | 跣咏梓 | 111010001011011110100011111001011001001010001111111001101010001010010011 | e8b7a3e5928fe6a293 |
UHC | 跣?梓 | 1110000011010011001111111110111010101001 | e0d33feea9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)