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 | ³·³·^ | 1011001110110111101100111011011101011110 | b3b7b3b75e |
SJIS-WIN | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
EUC-JP | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
UTF-8 | ³·³·^ | 110000101011001111000010101101111100001010110011110000101011011101011110 | c2b3c2b7c2b3c2b75e |
UHC | ³·³·^ | 101010011111100010100001101001001010100111111000101000011010010001011110 | a9f8a1a4a9f8a1a45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)