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à | 10001001011110011000101011100000 | 89798ae0 |
SJIS-WIN | ?y?? | 00111111011110010011111100111111 | 3f793f3f |
EUC-JP | ?y?à | 001111110111100100111111100011111010101110100010 | 3f793f8faba2 |
UTF-8 | yà | 11000010100010010111100111000010100010101100001110100000 | c28979c28ac3a0 |
UHC | ?y?? | 00111111011110010011111100111111 | 3f793f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)