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 | 11100101100010001000011101111001 | e5888779 |
SJIS-WIN | ???y | 00111111001111110011111101111001 | 3f3f3f79 |
EUC-JP | å??y | 100011111010101110101001001111110011111101111001 | 8faba93f3f79 |
UTF-8 | åy | 11000011101001011100001010001000110000101000011101111001 | c3a5c288c28779 |
UHC | ???y | 00111111001111110011111101111001 | 3f3f3f79 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)