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 | ùðὡú | 111110011111000011100001101111011010000111111010 | f9f0e1bda1fa |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ùðá?¡ú | 10001111101010111110001110001111101010011100001110001111101010111010000100111111100011111010001011000010100011111010101111100010 | 8fabe38fa9c38faba13f8fa2c28fabe2 |
UTF-8 | ùðὡú | 110000111011100111000011101100001100001110100001110000101011110111000010101000011100001110111010 | c3b9c3b0c3a1c2bdc2a1c3ba |
UHC | ?�? | 001111111010100110100011001111111010100011110110101000101010111000111111 | 3fa9a33fa8f6a2ae3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)