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 | ûBè | 1111101101000010100111011110100010010010 | fb429de892 |
SJIS-WIN | ?B??? | 0011111101000010001111110011111100111111 | 3f423f3f3f |
EUC-JP | ûB?è? | 100011111010101111100101010000100011111110001111101010111011001000111111 | 8fabe5423f8fabb23f |
UTF-8 | ûBè | 110000111011101101000010110000101001110111000011101010001100001010010010 | c3bb42c29dc3a8c292 |
UHC | ?B??? | 0011111101000010001111110011111100111111 | 3f423f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)