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 | 11101000100100001011100011101011101011001011100101011001 | e890b8ebacb959 |
SJIS-WIN | ????¬?Y | 0011111100111111001111110011111110000001110010100011111101011001 | 3f3f3f3f81ca3f59 |
EUC-JP | ��Y | 1000111110101011101100100011111110001111101000101011000110001111101010111011001110100010110011000011111101011001 | 8fabb23f8fa2b18fabb3a2cc3f59 |
UTF-8 | è¸ë¬¹Y | 11000011101010001100001010010000110000101011100011000011101010111100001010101100110000101011100101011001 | c3a8c290c2b8c3abc2acc2b959 |
UHC | ??¸??¹Y | 001111110011111110100010101011000011111100111111101010011111011001011001 | 3f3fa2ac3f3fa9f659 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)