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 | 鸚???冶 | 11101010010111110011111100111111001111111001011011101000 | ea5f3f3f3f96e8 |
EUC-JP | 鸚???冶 | 11110011110000000011111100111111001111111100110011101010 | f3c03f3f3fccea |
UTF-8 | 鸚룐뫗흟冶 | 111010011011100010011010111010111010001110010000111010111010101110010111111011011001110110011111111001011000011010110110 | e9b89aeba390ebab97ed9d9fe586b6 |
UHC | 鸚룐뫗흟冶 | 11100101101001001011011111100010100100011011100111000101100000011110010110100111 | e5a4b7e291b9c581e5a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)