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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 藥??弱?藥 | 111001010101101000111111001111111000111011100011001111111110010101011010 | e55a3f3f8ee33fe55a |
EUC-JP | 藥??弱?藥 | 111010011011101100111111001111111011110011100101001111111110100110111011 | e9bb3f3fbce53fe9bb |
UTF-8 | 藥썹텥弱둯藥 | 111010001001011110100101111011001000110110111001111011011000010110100101111001011011110010110001111010111001000110101111111010001001011110100101 | e897a5ec8db9ed85a5e5bcb1eb91afe897a5 |
UHC | 藥썹텥弱둯藥 | 111001011011011110111101111001111011011010011010111001011011000010001010011010001110010110110111 | e5b7bde7b69ae5b08a68e5b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)