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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 苑瓏??贓 | 1000100110010001111000001111101000111111001111111110011011011001 | 8991e0fa3f3fe6d9 |
EUC-JP | 苑瓏??贓 | 1011000111110001111000001111110000111111001111111110110011011011 | b1f1e0fc3f3fecdb |
UTF-8 | 苑瓏렚렑贓 | 111010001000101110010001111001111001001110001111111010111010000010011010111010111010000010010001111010001011010010010011 | e88b91e7938feba09aeba091e8b493 |
UHC | 苑瓏렚렑贓 | 11101010101111011101011011101010100011101010110110001110101001101110110111111100 | eabdd6ea8ead8ea6edfc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)