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 | 彧失鍾 | 111110101011100110001110101110001000111111011111 | fab98eb88fdf |
EUC-JP | 彧失鍾 | 10001111101111001111111010111100101110101011111011100001 | 8fbcfebcbabee1 |
UTF-8 | 彧失鍾 | 111001011011110110100111111001011010010010110001111010011000110110111110 | e5bda7e5a4b1e98dbe |
UHC | 彧失鍾 | 111010011110111011100011111101111111000110100011 | e9eee3f7f1a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)