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 | ðÃèà | 11000011101100001100001110011000110000111010100011000011 | c3b0c398c3a8c3 |
SJIS-WIN | ?°???¨? | 001111111000000110001011001111110011111100111111100000010100111000111111 | 3f818b3f3f3f814e3f |
EUC-JP | ð�èà | 1000111110101010101010101010000111101011100011111010101010101010001111111000111110101010101010101010000110101111100011111010101010101010 | 8faaaaa1eb8faaaa3f8faaaaa1af8faaaa |
UTF-8 | ðÃèà | 1100001110000011110000101011000011000011100000111100001010011000110000111000001111000010101010001100001110000011 | c383c2b0c383c298c383c2a8c383 |
UHC | ?°???¨? | 001111111010000111000110001111110011111100111111101000011010011100111111 | 3fa1c63f3f3fa1a73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)