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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 髴ェ竇カ迺 | 1110100110011100101010101110001010000101101101101110011110010010 | e99caae285b6e792 |
EUC-JP | 髴ェ竇カ迺 | 11110001111111001000111010101010111000111110010110001110101101101110110111110010 | f1fc8eaae3e58eb6edf2 |
UTF-8 | 髴ェ竇カ迺 | 111010011010101110110100111011111011110110101010111001111010101110000111111011111011110110110110111010001011111110111010 | e9abb4efbdaae7ab87efbdb6e8bfba |
UHC | ??竇?? | 001111110011111111010100111001000011111100111111 | 3f3fd4e43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)