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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 執質 | 11110000101100101000111010110111111100001100000010001110101111111111000111100000 | f0b28eb7f0c08ebff1e0 |
EUC-JP | ?執?質? | 00111111101111001011100100111111101111001100000100111111 | 3fbcb93fbcc13f |
UTF-8 | 執質 | 111011101000000110110001111001011001111110110111111011101000000110111111111010001011001110101010111011101000010110011011 | ee81b1e59fb7ee81bfe8b3aaee859b |
UHC | ?執?質? | 00111111111100101111101100111111111100101111010100111111 | 3ff2fb3ff2f53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)