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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ??擬?兆? | 0011111100111111100010110101101100111111100100101001101100111111 | 3f3f8b5b3f929b3f |
EUC-JP | ??擬?兆? | 0011111100111111101101011011110000111111110000111111101100111111 | 3f3fb5bc3fc3fb3f |
UTF-8 | 易렕擬렩兆렗 | 111011111010011110100000111010111010000010010101111001101001001110101100111010111010000010101001111001011000010110000110111010111010000010010111 | efa7a0eba095e693aceba0a9e58586eba097 |
UHC | 易렕擬렩兆렗 | 111011001010111110001110101010101110101111110100100011101011011111110000101111001000111010101100 | ecaf8eaaebf48eb7f0bc8eac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)