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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 運蛇v | 100010010101111010001110110101101000001010010110 | 895e8ed68296 |
EUC-JP | 運蛇v | 101100011011111110111100110110001010001111110110 | b1bfbcd8a3f6 |
UTF-8 | 運蛇v | 111010011000000110001011111010001001101110000111111011111011110110010110 | e9818be89b87efbd96 |
UHC | 運蛇v | 111010101010000111011110111011111010001111110110 | eaa1deefa3f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)