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 | åBt | 11100101010000101000000101110100 | e5428174 |
SJIS-WIN | ?B?t | 00111111010000100011111101110100 | 3f423f74 |
EUC-JP | åB?t | 100011111010101110101001010000100011111101110100 | 8faba9423f74 |
UTF-8 | åBt | 110000111010010101000010110000101000000101110100 | c3a542c28174 |
UHC | ?B?t | 00111111010000100011111101110100 | 3f423f74 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)