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 | 呻?? | 10011001111011110011111100111111 | 99ef3f3f |
EUC-JP | 呻?? | 11010010111100010011111100111111 | d2f13f3f |
UTF-8 | 呻땲덵 | 111001011001000110111011111010111001010110110010111010111000110110110101 | e591bbeb95b2eb8db5 |
UHC | 呻땲덵 | 111000111110001010001011100010001000100101001001 | e3e28b888949 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)