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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 殞?諍 | 1001111101101101001111111110011001111001 | 9f6d3fe679 |
EUC-JP | 殞?諍 | 1101110111001110001111111110101111011010 | ddce3febda |
UTF-8 | 殞렣諍 | 111001101010111010011110111010111010000010100011111010001010101110001101 | e6ae9eeba0a3e8ab8d |
UHC | 殞렣諍 | 111010011111100110001110101101001110111010110101 | e9f98eb4eeb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)