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{^ | 100100100100000101001101011111011001001001000001010011010111101101011110 | 92414d7d92414d7b5e |
EUC-JP | 但M}但M{^ | 110000111010001001001101011111011100001110100010010011010111101101011110 | c3a24d7dc3a24d7b5e |
UTF-8 | 但M}但M{^ | 1110010010111101100001100100110101111101111001001011110110000110010011010111101101011110 | e4bd864d7de4bd864d7b5e |
UHC | 但M}但M{^ | 110100111010001101001101011111011101001110100011010011010111101101011110 | d3a34d7dd3a34d7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)