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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 驢、蜴ッ雎ャB | 11101001100001101010010011100101100011101010111111101000101100011010110001000010 | e986a4e58eafe8b1ac42 |
EUC-JP | 驢、蜴ッ雎ャB | 11110001111001101000111010100100111010011110111010001110101011111111000010110011100011101010110001000010 | f1e68ea4e9ee8eaff0b38eac42 |
UTF-8 | 驢、蜴ッ雎ャB | 11101001101010011010001011101111101111011010010011101000100111001011010011101111101111011010111111101001100110111000111011101111101111011010110001000010 | e9a9a2efbda4e89cb4efbdafe99b8eefbdac42 |
UHC | 驢???雎?B | 110101011111000000111111001111110011111111101110110100010011111101000010 | d5f03f3f3feed13f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)