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 | ???搖ζ? | 0011111100111111001111111001110110001010100000111100010000111111 | 3f3f3f9d8a83c43f |
EUC-JP | ???搖ζ? | 0011111100111111001111111101100111101010101001101100011000111111 | 3f3f3fd9eaa6c63f |
UTF-8 | 琉뱀탪搖ζ뜴 | 1110111110100111100011001110101110110001100000001110110110000011101010101110011010010000100101101100111010110110111010111001110010110100 | efa78cebb180ed83aae69096ceb6eb9cb4 |
UHC | 琉뱀탪搖ζ뜴 | 111010111010010010111001111011001011010110001100111010001111010010100101111001101000110110110010 | eba4b9ecb58ce8f4a5e68db2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)