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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 辣ョ豎殖 | 11100111100001011010111011100110101100011001000001000010 | e785aee6b19042 |
EUC-JP | 辣ョ豎殖 | 1110110111100101100011101010111011101100101100111011111110100011 | ede58eaeecb3bfa3 |
UTF-8 | 辣ョ豎殖 | 111010001011111010100011111011111011110110101110111010001011000110001110111001101010111010010110 | e8bea3efbdaee8b18ee6ae96 |
UHC | 辣??殖 | 110101011011100000111111001111111110001111010110 | d5b83f3fe3d6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)