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 | 蠑把^ | 1110010110111100100101000110001101011110 | e5bc94635e |
EUC-JP | 蠑把^ | 1110101010111110110001111100010001011110 | eabec7c45e |
UTF-8 | 蠑把^ | 11101000101000001001000111100110100010101000101001011110 | e8a091e68a8a5e |
UHC | ?把^ | 00111111111101111110101001011110 | 3ff7ea5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)