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 | û©] | 1100001110111011110000101010100101011101 | c3bbc2a95d |
SJIS-WIN | ????] | 0011111100111111001111110011111101011101 | 3f3f3f3f5d |
EUC-JP | �©] | 1000111110101010101010100011111110001111101010101010010010001111101000101110110101011101 | 8faaaa3f8faaa48fa2ed5d |
UTF-8 | û©] | 110000111000001111000010101110111100001110000010110000101010100101011101 | c383c2bbc382c2a95d |
UHC | ????] | 0011111100111111001111110011111101011101 | 3f3f3f3f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)