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 | û©hû© | 1111101110101001011010001111101110101001 | fba968fba9 |
SJIS-WIN | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
EUC-JP | û©hû© | 10001111101010111110010110001111101000101110110101101000100011111010101111100101100011111010001011101101 | 8fabe58fa2ed688fabe58fa2ed |
UTF-8 | û©hû© | 110000111011101111000010101010010110100011000011101110111100001010101001 | c3bbc2a968c3bbc2a9 |
UHC | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)