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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 嶸橲囎^ | 11111010101101001001111011101101100110101001010101011110 | fab49eed9a955e |
EUC-JP | 嶸橲囎^ | 1000111110111011111101001101110011101111110100111111010101011110 | 8fbbf4dcefd3f55e |
UTF-8 | 嶸橲囎^ | 11100101101101101011100011100110101010011011001011100101100110111000111001011110 | e5b6b8e6a9b2e59b8e5e |
UHC | 嶸??^ | 1110011110101110001111110011111101011110 | e7ae3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)