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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 偲耳偲鴫^ | 100011101100001110001110101010001000111011000011100011101011000001011110 | 8ec38ea88ec38eb05e |
EUC-JP | 偲耳偲鴫^ | 101111001100010110111100101010101011110011000101101111001011001001011110 | bcc5bcaabcc5bcb25e |
UTF-8 | 偲耳偲鴫^ | 11100101100000011011001011101000100000001011001111100101100000011011001011101001101101001010101101011110 | e581b2e880b3e581b2e9b4ab5e |
UHC | ?耳??^ | 001111111110110010111100001111110011111101011110 | 3fecbc3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)