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 | MW^ | 1001001001001101100100100101011101011110 | 924d92575e |
SJIS-WIN | ?M?W^ | 0011111101001101001111110101011101011110 | 3f4d3f575e |
EUC-JP | ?M?W^ | 0011111101001101001111110101011101011110 | 3f4d3f575e |
UTF-8 | MW^ | 11000010100100100100110111000010100100100101011101011110 | c2924dc292575e |
UHC | ?M?W^ | 0011111101001101001111110101011101011110 | 3f4d3f575e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)