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 | 孃↓? | 1001101101101111100000011010101100111111 | 9b6f81ab3f |
EUC-JP | 孃↓? | 1101010111010000101000101010110100111111 | d5d0a2ad3f |
UTF-8 | 孃↓뇤 | 111001011010110110000011111000101000011010010011111010111000011110100100 | e5ad83e28693eb87a4 |
UHC | 孃↓뇤 | 111001011011111010100001111010011000011110001100 | e5bea1e9878c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)