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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 樗俳^ | 1001001010010100100101000110111101011110 | 9294946f5e |
EUC-JP | 樗俳^ | 1100001111110100110001111101000001011110 | c3f4c7d05e |
UTF-8 | 樗俳^ | 11100110101010001001011111100100101111111011001101011110 | e6a897e4bfb35e |
UHC | 樗俳^ | 1110111011000000110110111100010001011110 | eec0dbc45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)