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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 匁℃舖B | 10010110111001101000000110001110111001000111001101000010 | 96e6818ee47342 |
EUC-JP | 匁℃舖B | 11001100111010001010000111101110111001111101010001000010 | cce8a1eee7d442 |
UTF-8 | 匁℃舖B | 11100101100011001000000111100010100001001000001111101000100010001001011001000010 | e58c81e28483e8889642 |
UHC | ?℃?B | 0011111110100001110010010011111101000010 | 3fa1c93f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)