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 | ûUÂú÷ | 1111101101010101110000101111101011110111 | fb55c2faf7 |
SJIS-WIN | ?U??÷ | 001111110101010100111111001111111000000110000000 | 3f553f3f8180 |
EUC-JP | ûUÂú÷ | 100011111010101111100101010101011000111110101010101001001000111110101011111000101010000111100000 | 8fabe5558faaa48fabe2a1e0 |
UTF-8 | ûUÂú÷ | 110000111011101101010101110000111000001011000011101110101100001110110111 | c3bb55c382c3bac3b7 |
UHC | ?U??÷ | 001111110101010100111111001111111010000111000000 | 3f553f3fa1c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)