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 | êºÙùêº | 111010101011101011011001111110011110101010111010 | eabad9f9eaba |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | êºÙùêº | 100011111010101110110100100011111010001011101011100011111010101011100011100011111010101111100011100011111010101110110100100011111010001011101011 | 8fabb48fa2eb8faae38fabe38fabb48fa2eb |
UTF-8 | êºÙùêº | 110000111010101011000010101110101100001110011001110000111011100111000011101010101100001010111010 | c3aac2bac399c3b9c3aac2ba |
UHC | ?º???º | 0011111110101000101011000011111100111111001111111010100010101100 | 3fa8ac3f3f3fa8ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)