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 | 諢幎征岦ッ閾 | 1110011010000100100110111110101110010000101010101111101010101100101011111110100010000111 | e6849beb90aafaacafe887 |
EUC-JP | 諢幎征岦ッ閾 | 11101011111001001101011011101101110000001010110010001111101110111011001110001110101011111110111111100111 | ebe4d6edc0ac8fbbb38eafefe7 |
UTF-8 | 諢幎征岦ッ閾 | 111010001010101110100010111001011011100110001110111001011011111010000001111001011011001010100110111011111011110110101111111010011001011010111110 | e8aba2e5b98ee5be81e5b2a6efbdafe996be |
UHC | ??征??? | 00111111001111111110111111010110001111110011111100111111 | 3f3fefd63f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)