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 | 藥〓?宥 | 11100101010110101000000110101100001111111001011101000111 | e55a81ac3f9747 |
EUC-JP | 藥〓?宥 | 11101001101110111010001010101110001111111100110110101000 | e9bba2ae3fcda8 |
UTF-8 | 藥〓퀧宥 | 111010001001011110100101111000111000000010010011111011011000000010100111111001011010111010100101 | e897a5e38093ed80a7e5aea5 |
UHC | 藥〓퀧宥 | 1110010110110111101000011110101110110011100110111110101011101001 | e5b7a1ebb39beae9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)