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 | 荐傑Й莟 | 1110010010100110100011001000011010000100010010101110010010101111 | e4a68c86844ae4af |
EUC-JP | 荐傑Й莟 | 1110100010101000101101111110011010100111101010111110100010110001 | e8a8b7e6a7abe8b1 |
UTF-8 | 荐傑Й莟 | 1110100010001101100100001110010110000010100100011101000010011001111010001000111010011111 | e88d90e58291d099e88e9f |
UHC | ?傑Й? | 001111111100101111111000101011001010101100111111 | 3fcbf8acab3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)