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 | 狎?/魚 | 11100000101111100011111110000001010111101000101110011011 | e0be3f815e8b9b |
EUC-JP | 狎?/魚 | 11100000110000000011111110100001101111111011010111111011 | e0c03fa1bfb5fb |
UTF-8 | 狎먪/魚 | 111001111000101110001110111010111010100010101010111011111011110010001111111010011010110110011010 | e78b8eeba8aaefbc8fe9ad9a |
UHC | 狎먪/魚 | 1110010011100100100100001110011110100011101011111110010111100000 | e4e490e7a3afe5e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)