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}?M{^ | 00111111010011010111110100111111010011010111101101011110 | 3f4d7d3f4d7b5e |
SJIS-WIN | 論M}論M{^ | 100110000101111101001101011111011001100001011111010011010111101101011110 | 985f4d7d985f4d7b5e |
EUC-JP | 論M}論M{^ | 110011111100000001001101011111011100111111000000010011010111101101011110 | cfc04d7dcfc04d7b5e |
UTF-8 | 論M}論M{^ | 1110100010101011100101100100110101111101111010001010101110010110010011010111101101011110 | e8ab964d7de8ab964d7b5e |
UHC | 論M}論M{^ | 110101101110010101001101011111011101011011100101010011010111101101011110 | d6e54d7dd6e54d7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)