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²N | 1001001001001101100100100101011110010001101100101001001001001110 | 924d925791b2924e |
SJIS-WIN | ?M?W???N | 0011111101001101001111110101011100111111001111110011111101001110 | 3f4d3f573f3f3f4e |
EUC-JP | ?M?W???N | 0011111101001101001111110101011100111111001111110011111101001110 | 3f4d3f573f3f3f4e |
UTF-8 | MW²N | 11000010100100100100110111000010100100100101011111000010100100011100001010110010110000101001001001001110 | c2924dc29257c291c2b2c2924e |
UHC | ?M?W?²?N | 001111110100110100111111010101110011111110101001111101110011111101001110 | 3f4d3f573fa9f73f4e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)