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 | ???M^ | 0011111100111111001111110100110101011110 | 3f3f3f4d5e |
SJIS-WIN | 鱈谷側M^ | 1001001001001100100100100100101010010001101001000100110101011110 | 924c924a91a44d5e |
EUC-JP | 鱈谷側M^ | 1100001110101101110000111010101111000010101001100100110101011110 | c3adc3abc2a64d5e |
UTF-8 | 鱈谷側M^ | 1110100110110001100010001110100010110000101101111110010110000001101101000100110101011110 | e9b188e8b0b7e581b44d5e |
UHC | ?谷側M^ | 00111111110011011101101111110110101100000100110101011110 | 3fcddbf6b04d5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)