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 | M¸BF | 100100100100110110010001101110000100001001000110 | 924d91b84246 |
SJIS-WIN | ?M??BF | 001111110100110100111111001111110100001001000110 | 3f4d3f3f4246 |
EUC-JP | ?M?¸BF | 0011111101001101001111111000111110100010101100010100001001000110 | 3f4d3f8fa2b14246 |
UTF-8 | M¸BF | 110000101001001001001101110000101001000111000010101110000100001001000110 | c2924dc291c2b84246 |
UHC | ?M?¸BF | 00111111010011010011111110100010101011000100001001000110 | 3f4d3fa2ac4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)