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 | 只?助 | 1001000111111100001111111000111110010101 | 91fc3f8f95 |
EUC-JP | 只?助 | 1100001011111110001111111011110111110101 | c2fe3fbdf5 |
UTF-8 | 只렍助 | 111001011000111110101010111010111010000010001101111001011000101010101001 | e58faaeba08de58aa9 |
UHC | 只렍助 | 111100011111111010001110101000111111000010111110 | f1fe8ea3f0be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)