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 | 10010001101100000011111110010011110100100011111101011001 | 91b03f93d23f59 |
EUC-JP | 族?瀞?Y | 11000010101100100011111111000110110101000011111101011001 | c2b23fc6d43f59 |
UTF-8 | 族렩瀞렕Y | 11100110100101111000111111101011101000001010100111100111100000001001111011101011101000001001010101011001 | e6978feba0a9e7809eeba09559 |
UHC | 族렩瀞렕Y | 111100001110100110001110101101111110111111100111100011101010101001011001 | f0e98eb7efe78eaa59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)