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 | 藥??壤? | 11100101010110100011111100111111100110101101111100111111 | e55a3f3f9adf3f |
EUC-JP | 藥??壤? | 11101001101110110011111100111111110101001110000100111111 | e9bb3f3fd4e13f |
UTF-8 | 藥썰퐜壤줞 | 111010001001011110100101111011001000110110110000111011011001000010011100111001011010001110100100111011001010010010011110 | e897a5ec8db0ed909ce5a3a4eca49e |
UHC | 藥썰퐜壤줞 | 11100101101101111011110111100100101111011000011011100101101111011010001001001101 | e5b7bde4bd86e5bda24d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)