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 | 顫捺㈱ | 111010001111101010010011111001101000011110001010 | e8fa93e6878a |
EUC-JP | 顫捺? | 1111000011111100110001101110100000111111 | f0fcc6e83f |
UTF-8 | 顫捺㈱ | 111010011010000110101011111001101000110110111010111000111000100010110001 | e9a1abe68dbae388b1 |
UHC | 顫捺? | 1110111110110101110100011111010000111111 | efb5d1f43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)