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 | ûÑÐð | 11111011110100011101000011110000 | fbd1d0f0 |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ûÑ?ð | 10001111101010111110010110001111101010101101000000111111100011111010100111000011 | 8fabe58faad03f8fa9c3 |
UTF-8 | ûÑÐð | 1100001110111011110000111001000111000011100100001100001110110000 | c3bbc391c390c3b0 |
UHC | ??Ðð | 001111110011111110101000101000101010100110100011 | 3f3fa8a2a9a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)