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 | ??J??~ | 001111110011111101001010001111110011111101111110 | 3f3f4a3f3f7e |
SJIS-WIN | 偲磁J偲自~ | 10001110110000111000111010100101010010101000111011000011100011101010100101111110 | 8ec38ea54a8ec38ea97e |
EUC-JP | 偲磁J偲自~ | 10111100110001011011110010100111010010101011110011000101101111001010101101111110 | bcc5bca74abcc5bcab7e |
UTF-8 | 偲磁J偲自~ | 1110010110000001101100101110011110100011100000010100101011100101100000011011001011101000100001111010101001111110 | e581b2e7a3814ae581b2e887aa7e |
UHC | ?磁J?自~ | 0011111111101101101110000100101000111111111011011011101101111110 | 3fedb84a3fedbb7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)