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 | 001111110011111100111111001111110011111101001101 | 3f3f3f3f3f4d |
SJIS-WIN | 窩拔无辛?M | 11100010011111001001110101010101100111011101100110010000011010000011111101001101 | e27c9d559dd990683f4d |
EUC-JP | 窩拔无辛?M | 11100011110111011101100110110110110110101101101110111111110010010011111101001101 | e3ddd9b6dadbbfc93f4d |
UTF-8 | 窩拔无辛렪M | 11100111101010101010100111100110100010111001010011100110100101111010000011101000101111101001101111101011101000001010101001001101 | e7aaa9e68b94e697a0e8be9beba0aa4d |
UHC | 窩拔无辛렪M | 1110100011000000110110101111101111011001111010011110001111110100100011101011100001001101 | e8c0dafbd9e9e3f48eb84d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)