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 | 11101000100111111011011011100101100001011001010001011001 | e89fb6e5859459 |
SJIS-WIN | ??¶???Y | 0011111100111111100000011111011100111111001111110011111101011001 | 3f3f81f73f3f3f59 |
EUC-JP | è?¶å??Y | 100011111010101110110010001111111010001011111001100011111010101110101001001111110011111101011001 | 8fabb23fa2f98faba93f3f59 |
UTF-8 | è¶å Y | 11000011101010001100001010011111110000101011011011000011101001011100001010000101110000101001010001011001 | c3a8c29fc2b6c3a5c285c29459 |
UHC | ??¶???Y | 0011111100111111101000101101001000111111001111110011111101011001 | 3f3fa2d23f3f3f59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)