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 | 髦ョ鄂キ豬兢 | 11101001100110001010111011100111101111011011011111100110101101011001100101011101 | e998aee7bdb7e6b5995d |
EUC-JP | 髦ョ鄂キ豬兢 | 111100011111100010001110101011101110111010111111100011101011011111101100101101111101000110111110 | f1f88eaeeebf8eb7ecb7d1be |
UTF-8 | 髦ョ鄂キ豬兢 | 111010011010101110100110111011111011110110101110111010011000010010000010111011111011110110110111111010001011000110101100111001011000010110100010 | e9aba6efbdaee98482efbdb7e8b1ace585a2 |
UHC | ??鄂??兢 | 0011111100111111111001001100011100111111001111111101000011100111 | 3f3fe4c73f3fd0e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)