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±B | 1001001001001101100100100101011110010001101100011001001001000010 | 924d925791b19242 |
SJIS-WIN | ?M?W?±?B | 001111110100110100111111010101110011111110000001011111010011111101000010 | 3f4d3f573f817d3f42 |
EUC-JP | ?M?W?±?B | 001111110100110100111111010101110011111110100001110111100011111101000010 | 3f4d3f573fa1de3f42 |
UTF-8 | MW±B | 11000010100100100100110111000010100100100101011111000010100100011100001010110001110000101001001001000010 | c2924dc29257c291c2b1c29242 |
UHC | ?M?W?±?B | 001111110100110100111111010101110011111110100001101111100011111101000010 | 3f4d3f573fa1be3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)