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 | ???I?? | 001111110011111100111111010010010011111100111111 | 3f3f3f493f3f |
SJIS-WIN | ???I?? | 001111110011111100111111010010010011111100111111 | 3f3f3f493f3f |
EUC-JP | ???I?? | 001111110011111100111111010010010011111100111111 | 3f3f3f493f3f |
UTF-8 | 혰챦혺I혗혣 | 11101101100110001011000011101100101100011010011011101101100110001011101001001001111011011001100010010111111011011001100010100011 | ed98b0ecb1a6ed98ba49ed9897ed98a3 |
UHC | 혰챦혺I혗혣 | 1100001010010111110000111010111111000010100111110100100111000010100000101100001010001100 | c297c3afc29f49c282c28c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)