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 | ûòß | 1111101110001111100101011111001010000010100001111001100011011111 | fb8f95f2828798df |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | û??ò???ß | 1000111110101011111001010011111100111111100011111010101111010010001111110011111100111111100011111010100111001110 | 8fabe53f3f8fabd23f3f3f8fa9ce |
UTF-8 | ûòß | 11000011101110111100001010001111110000101001010111000011101100101100001010000010110000101000011111000010100110001100001110011111 | c3bbc28fc295c3b2c282c287c298c39f |
UHC | ???????ß | 001111110011111100111111001111110011111100111111001111111010100110101100 | 3f3f3f3f3f3f3fa9ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)