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 | ûÁº | 111110111100000110111010 | fbc1ba |
SJIS-WIN | ??? | 001111110011111100111111 | 3f3f3f |
EUC-JP | ûÁº | 100011111010101111100101100011111010101010100001100011111010001011101011 | 8fabe58faaa18fa2eb |
UTF-8 | ûÁº | 110000111011101111000011100000011100001010111010 | c3bbc381c2ba |
UHC | ??º | 00111111001111111010100010101100 | 3f3fa8ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)