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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 譖懍ы奓 | 1110011010011011100111001110110010000100100011011111101010100000 | e69b9cec848dfaa0 |
EUC-JP | 譖懍ы奓 | 111010111111101111011000111011101010011111101101100011111011100011110101 | ebfbd8eea7ed8fb8f5 |
UTF-8 | 譖懍ы奓 | 1110100010101101100101101110011010000111100011011101000110001011111001011010010110010011 | e8ad96e6878dd18be5a593 |
UHC | ??ы? | 0011111100111111101011001110110100111111 | 3f3faced3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)