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 | ?r??? | 0011111101110010001111110011111100111111 | 3f723f3f3f |
SJIS-WIN | ?r??? | 0011111101110010001111110011111100111111 | 3f723f3f3f |
EUC-JP | ?r??? | 0011111101110010001111110011111100111111 | 3f723f3f3f |
UTF-8 | 혟r횩첸혗 | 11101101100110001001111101110010111011011001101010101001111011001011001010111000111011011001100010010111 | ed989f72ed9aa9ecb2b8ed9897 |
UHC | 혟r횩첸혗 | 110000101000100101110010110000111001111111000011101111101100001010000010 | c28972c39fc3bec282 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)