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 | 淑ι | 10001111011010011000001111000111 | 8f6983c7 |
EUC-JP | 淑ι | 10111101110010101010011011001001 | bdcaa6c9 |
UTF-8 | 淑ι | 1110011010110111100100011100111010111001 | e6b791ceb9 |
UHC | 淑ι | 11100010110101111010010111101001 | e2d7a5e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)