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 | ??hc^ | 0011111100111111011010000110001101011110 | 3f3f68635e |
SJIS-WIN | 偲痔hc^ | 10001110110000111000111010100100011010000110001101011110 | 8ec38ea468635e |
EUC-JP | 偲痔hc^ | 10111100110001011011110010100110011010000110001101011110 | bcc5bca668635e |
UTF-8 | 偲痔hc^ | 111001011000000110110010111001111001011110010100011010000110001101011110 | e581b2e7979468635e |
UHC | ?痔hc^ | 001111111111011011000000011010000110001101011110 | 3ff6c068635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)