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 | ????Y | 0011111100111111001111110011111101011001 | 3f3f3f3f59 |
SJIS-WIN | 韜戊サクY | 11101000111010011001010111101000101110111011100001011001 | e8e995e8bbb859 |
EUC-JP | 韜戊サクY | 111100001110101111001010111010101000111010111011100011101011100001011001 | f0ebcaea8ebb8eb859 |
UTF-8 | 韜戊サクY | 11101001100111111001110011100110100010001000101011101111101111011011101111101111101111011011100001011001 | e99f9ce6888aefbdbbefbdb859 |
UHC | 韜戊??Y | 11010100101101111101100111100110001111110011111101011001 | d4b7d9e63f3f59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)