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 | 豈手婿 | 111001101010111110001110111010001001011010111001 | e6af8ee896b9 |
EUC-JP | 豈手婿 | 111011001011000110111100111010101100110010111011 | ecb1bceaccbb |
UTF-8 | 豈手婿 | 111010001011000110001000111001101000100110001011111001011010100110111111 | e8b188e6898be5a9bf |
UHC | 豈手? | 1101000111000010111000101010001000111111 | d1c2e2a23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)