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 | ÏÉäÊ | 11001111110010011110010011001010 | cfc9e4ca |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ÏÉäÊ | 100011111010101011000001100011111010101010110001100011111010101110100011100011111010101010110100 | 8faac18faab18faba38faab4 |
UTF-8 | ÏÉäÊ | 1100001110001111110000111000100111000011101001001100001110001010 | c38fc389c3a4c38a |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)