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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | ?攷 | 001111111001110110111101 | 3f9dbd |
EUC-JP | ?攷 | 001111111101101010111111 | 3fdabf |
UTF-8 | 딪攷 | 111010111001010010101010111001101001010010110111 | eb94aae694b7 |
UHC | 딪攷 | 10110101111110101100110110111001 | b5facdb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)