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¢ | 100100100100110110010010010101111001000110100010 | 924d925791a2 |
SJIS-WIN | ?M?W?¢ | 00111111010011010011111101010111001111111000000110010001 | 3f4d3f573f8191 |
EUC-JP | ?M?W?¢ | 00111111010011010011111101010111001111111010000111110001 | 3f4d3f573fa1f1 |
UTF-8 | MW¢ | 11000010100100100100110111000010100100100101011111000010100100011100001010100010 | c2924dc29257c291c2a2 |
UHC | ?M?W?? | 001111110100110100111111010101110011111100111111 | 3f4d3f573f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)