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 | ?Mk}?Mk{^ | 001111110100110101101011011111010011111101001101011010110111101101011110 | 3f4d6b7d3f4d6b7b5e |
SJIS-WIN | 但Mk}但Mk{^ | 1001001001000001010011010110101101111101100100100100000101001101011010110111101101011110 | 92414d6b7d92414d6b7b5e |
EUC-JP | 但Mk}但Mk{^ | 1100001110100010010011010110101101111101110000111010001001001101011010110111101101011110 | c3a24d6b7dc3a24d6b7b5e |
UTF-8 | 但Mk}但Mk{^ | 11100100101111011000011001001101011010110111110111100100101111011000011001001101011010110111101101011110 | e4bd864d6b7de4bd864d6b7b5e |
UHC | 但Mk}但Mk{^ | 1101001110100011010011010110101101111101110100111010001101001101011010110111101101011110 | d3a34d6b7dd3a34d6b7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)