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 | ÀÕÃù | 1100000011010101100011111100001111111001 | c0d58fc3f9 |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ÀÕ?Ãù | 10001111101010101010001010001111101010101101100000111111100011111010101010101010100011111010101111100011 | 8faaa28faad83f8faaaa8fabe3 |
UTF-8 | ÀÕÃù | 11000011100000001100001110010101110000101000111111000011100000111100001110111001 | c380c395c28fc383c3b9 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)