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 | BMW | 1001101001000010100110100100110101010111 | 9a429a4d57 |
SJIS-WIN | ?B?MW | 0011111101000010001111110100110101010111 | 3f423f4d57 |
EUC-JP | ?B?MW | 0011111101000010001111110100110101010111 | 3f423f4d57 |
UTF-8 | BMW | 11000010100110100100001011000010100110100100110101010111 | c29a42c29a4d57 |
UHC | ?B?MW | 0011111101000010001111110100110101010111 | 3f423f4d57 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)