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 | ûí¡òÏ | 1111101111101101101000011111001011001111 | fbeda1f2cf |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ûí¡òÏ | 100011111010101111100101100011111010101110111111100011111010001011000010100011111010101111010010100011111010101011000001 | 8fabe58fabbf8fa2c28fabd28faac1 |
UTF-8 | ûí¡òÏ | 11000011101110111100001110101101110000101010000111000011101100101100001110001111 | c3bbc3adc2a1c3b2c38f |
UHC | ??¡?? | 001111110011111110100010101011100011111100111111 | 3f3fa2ae3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)