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 | 0011111100111111001111110100000001000010 | 3f3f3f4042 |
SJIS-WIN | 螳咲濫@B | 1110010110101110100011011110011110010111100101000100000001000010 | e5ae8de797944042 |
EUC-JP | 螳咲濫@B | 1110101010110000101110101110100111001101111101000100000001000010 | eab0bae9cdf44042 |
UTF-8 | 螳咲濫@B | 1110100010011110101100111110010110010010101100101110011010111111101010110100000001000010 | e89eb3e592b2e6bfab4042 |
UHC | 螳?濫@B | 11010011110110010011111111010101101111010100000001000010 | d3d93fd5bd4042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)