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ݨ | 11111011010000101101110110101000 | fb42dda8 |
SJIS-WIN | ?B?¨ | 0011111101000010001111111000000101001110 | 3f423f814e |
EUC-JP | ûBݨ | 100011111010101111100101010000101000111110101010111100101010000110101111 | 8fabe5428faaf2a1af |
UTF-8 | ûBݨ | 11000011101110110100001011000011100111011100001010101000 | c3bb42c39dc2a8 |
UHC | ?B?¨ | 0011111101000010001111111010000110100111 | 3f423fa1a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)