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 | 獰??藥 | 111000001101011000111111001111111110010101011010 | e0d63f3fe55a |
EUC-JP | 獰??藥 | 111000001101100000111111001111111110100110111011 | e0d83f3fe9bb |
UTF-8 | 獰뷂퐣藥 | 111001111000110110110000111010111011011110000010111011011001000010100011111010001001011110100101 | e78db0ebb782ed90a3e897a5 |
UHC | 獰뷂퐣藥 | 1110011110111110100101001110111110111101100011001110010110110111 | e7be94efbd8ce5b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)