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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
UTF-8 | 뤶퓥힘렣섟 | 111010111010010010110110111011011001001110100101111011011001111010011000111010111010000010100011111011001000010010011111 | eba4b6ed93a5ed9e98eba0a3ec849f |
UHC | 뤶퓥힘렣섟 | 10001111111001001011111110001110110010001111101110001110101101001011110010110000 | 8fe4bf8ec8fb8eb4bcb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)