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 | ?????{d | 00111111001111110011111100111111001111110111101101100100 | 3f3f3f3f3f7b64 |
SJIS-WIN | 瓦η?午?{d | 10001010101000101000001111000101001111111000110011011111001111110111101101100100 | 8aa283c53f8cdf3f7b64 |
EUC-JP | 瓦η?午?{d | 10110100101001001010011011000111001111111011100011100001001111110111101101100100 | b4a4a6c73fb8e13f7b64 |
UTF-8 | 瓦η윟午꿿{d | 11100111100100111010011011001110101101111110110010011100100111111110010110001101100010001110101010111111101111110111101101100100 | e793a6ceb7ec9c9fe58d88eabfbf7b64 |
UHC | 瓦η윟午꿿{d | 111010001011111110100101111001111001111110100010111001111110110110000101011110000111101101100100 | e8bfa5e79fa2e7ed85787b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)