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 | 低盲?? | 100100101110000110010110110100110011111100111111 | 92e196d33f3f |
EUC-JP | 低盲?? | 110001001110001111001100110101010011111100111111 | c4e3ccd53f3f |
UTF-8 | 低盲렚렎 | 111001001011110110001110111001111001101110110010111010111010000010011010111010111010000010001110 | e4bd8ee79bb2eba09aeba08e |
UHC | 低盲렚렎 | 1110111010111000110110001110111010001110101011011000111010100100 | eeb8d8ee8ead8ea4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)