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 | ûíçöúÝ | 111110111110110111100111111101101111101011011101 | fbede7f6fadd |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ûíçöúÝ | 100011111010101111100101100011111010101110111111100011111010101110101110100011111010101111010011100011111010101111100010100011111010101011110010 | 8fabe58fabbf8fabae8fabd38fabe28faaf2 |
UTF-8 | ûíçöúÝ | 110000111011101111000011101011011100001110100111110000111011011011000011101110101100001110011101 | c3bbc3adc3a7c3b6c3bac39d |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)